Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
I got an error on Xcode saying that there was no information about the view controller. Could not insert new …
ios swift xcode interface-builder iboutletIs it possible to control UIView border properties (color, thickness, etc...) directly from interface builder or I can only do …
ios uiview interface-builder borderI can't set the title of UIButton using IB as center. My title is multi line.It is giving like …
ios objective-c uibutton interface-builderI am developing exclusively for iOS 5 using ARC. Should IBOutlets to UIViews (and subclasses) be strong or weak? The following: @…
ios objective-c cocoa-touch interface-builder automatic-ref-countingI want to change the color of the navigation bar color, but I'm not sure whether or not I should …
ios ios6 interface-builder ios7How to add a button to UINavigationBar programmatically?
ios iphone xcode interface-builder uinavigationbarBuilt a new project from scratch in Swift in Xcode 6 (Beta 1) and have seen some strange behaviour with Storyboards and …
ios iphone interface-builder xcode6Ok, so I have a UILabel created in interface builder that displays some some default text of "tap to begin". …
ios iphone uilabel interface-builder touch-eventI am able to design custom UITableViewCells and load them just fine using the technique described in the thread found …
ios iphone uitableview cocoa-touch interface-builderfor my UIImageView I choose Aspect Fit (InterfaceBuilder) but how can I change the vertical alignment?
iphone cocoa-touch interface-builder