Top "Interface-builder" questions

Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.

How do I adjust the left margin for prototype cells in a UITableView?

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-builder
Can I disable autolayout for a specific subview at runtime?

I 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 autolayout
What is a StoryBoard ID and how can i use this?

i'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-builder
@IBDesignable error: IB Designables: Failed to update auto layout status: Interface Builder Cocoa Touch Tool crashed

I have a very simple subclass of UITextView that adds the "Placeholder" functionality that you can find native to the …

ios swift xcode storyboard interface-builder
Programmatically send to front/back elements created from interface builder

In interface builder, there are layout options to send to back or send to front any elements such as UIButton, …

cocoa-touch interface-builder z-axis
Why does a custom UIButton image does not resize in Interface Builder?

Why does a custom UIButton image not resize with the button? I set its view mode to Scale to Fill …

ios cocoa-touch uibutton interface-builder
How do I add a Navigation Bar to a UITableViewController in Interface Builder?

Interface builder does not let me click and drag a Navigation Bar onto a Table View Controller!!! It is super …

iphone ios interface-builder uitableview uinavigationbar
How to send objects in NIB files to front/back?

How can I adjust the "z"-positions of objects (e.g. sending UIImageViews to the front/back) in the integrated …

objective-c iphone xcode interface-builder
IPhone Interface Builder: Z-Index, Z-order of a button, image, ui element, etc?

I'm dragging things around in the Interface Builder... I'd like to specify whether an image is in front (like an …

iphone xcode interface-builder
how do I use UIScrollView in Interface Builder?

While 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