Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
I am starting to move more of my view hierarchy construction to IB. I have a nib file called "AlignmentViewController.…
iphone interface-builder nib xibWhat is difference between nib and xib in Interface Builder files?
cocoa interface-builderI am using IB and storyboard and I defined UITableViewController. There I defined three static cells. The first two should …
ios uitableview interface-builder uistoryboardI have a simple tableViewCell build in interface builder. It contains a UIView which contains an image. Now, when I …
ios uitableview uiview interface-builderWhat 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-builderI 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 ibdesignableI 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-builderI have a toolbar with various image buttons, created in Interface Builder. I'd like to be able to programmatically replace …
iphone interface-builder uitoolbarMy current long term project utilizes a palette of custom colors. In code, we are using a category to access …
ios xcode interface-builderIf 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