Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
If I create a UITableViewController, for example via File → New Project... → iOS → Master-Detail Application in Xcode, a UITableView is created …
ios objective-c uitableview interface-builderI have a view that needs to have its frame manipulated programmatically - it's a kind of document view that …
xcode xcode4 interface-builder xcode4.3 autolayouti'm new to IOS developing and recently started in Xcode 4.5. I saw for every viewController that i could set some …
xcode storyboard interface-builderI have a very simple subclass of UITextView that adds the "Placeholder" functionality that you can find native to the …
ios swift xcode storyboard interface-builderIn interface builder, there are layout options to send to back or send to front any elements such as UIButton, …
cocoa-touch interface-builder z-axisWhy does a custom UIButton image not resize with the button? I set its view mode to Scale to Fill …
ios cocoa-touch uibutton interface-builderInterface builder does not let me click and drag a Navigation Bar onto a Table View Controller!!! It is super …
iphone ios interface-builder uitableview uinavigationbarHow can I adjust the "z"-positions of objects (e.g. sending UIImageViews to the front/back) in the integrated …
objective-c iphone xcode interface-builderI'm dragging things around in the Interface Builder... I'd like to specify whether an image is in front (like an …
iphone xcode interface-builderWhile I've used UIScrollView successfully in the past by manipulating it programmatically, I'm having trouble getting it to work by …
ios iphone uiscrollview interface-builder