Saturday 15 January 2011

ios8 - Can I change the width size in Xcode from compact to any without destroying my project? -


I accidentally set my app width to any compact and height Now, I would like to change any width , But disappear from seeing all my UI elements, even with all the blue barriers. Is there a way to do this without the need to drag and drop UI elements?

Use a CGPointMake function to change things Receive an image, button or other element in place And do this (corresponds to the view controller of the element in your .m file):

  yourElement.center = CGPointMake (X, Y)  

No comments:

Post a Comment