Top "Interface-builder" questions

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

Why won't my awakeFromNib fire?

I am starting to move more of my view hierarchy construction to IB. I have a nib file called "AlignmentViewController.…

iphone interface-builder nib xib
How to set automatic height of static cell in UITableViewController?

I am using IB and storyboard and I defined UITableViewController. There I defined three static cells. The first two should …

ios uitableview interface-builder uistoryboard
UIView backgroundColor disappears when UITableViewCell is selected

I have a simple tableViewCell build in interface builder. It contains a UIView which contains an image. Now, when I …

ios uitableview uiview interface-builder
Xcode - Is there a way to drag a component from one view to another without losing its frame?

What I'd like to do is drag a component/view from one superview to another in Xcode's interface-builder without having …

ios xcode interface-builder
Interface Builder - Failed to load designables from path (null)

I have some custom controls I have created and I'm them using in a new project. However, I keep getting …

ios interface-builder xcode6 custom-controls ibdesignable
How to place UIBarButtonItem on the right side of a UIToolbar?

I have designed a view with a toolbar that appears modally in Interface Builder. I have a UIBarButtonItem that is …

iphone objective-c cocoa-touch iphone-sdk-3.0 interface-builder
How to programmatically replace UIToolBar items built in IB

I have a toolbar with various image buttons, created in Interface Builder. I'd like to be able to programmatically replace …

iphone interface-builder uitoolbar
Add a custom color palette to XCode Interface Builder

My current long term project utilizes a palette of custom colors. In code, we are using a category to access …

ios xcode interface-builder
iPhone Storyboard: different scene for portrait and landscape

If you scroll down a bit at this Apple Developer Page you'll find the section "Creating an Alternate Landscape Interface". …

iphone xcode interface-builder storyboard screen-orientation