Posts tagged #Xcode 5

What is Auto Layout?

Auto Layout is used to create position and size relationships between buttons, images, views, and text in iPhone apps. In Xcode 5, the Interface Builder works even better with Auto Layout. If you need more control, complex layouts can be created in Objective-C code that respond to touch.

Posted on November 21, 2013 and filed under Programming .