Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
I'm trying to link a UILabel with an IBOutlet created in my class. My application is crashing with the following …
ios macos cocoa cocoa-touch interface-builderI'm trying to do something a bit elaborate, but something that should be possible. So here is a challenge for …
iphone objective-c ios cocoa-touch interface-builderFellow devs, I am having trouble with AutoLayout in Interface Builder (Xcode 5 / iOS 7). It's very basic and important so I …
ios swift uiscrollview autolayout interface-builderI added a new nib file to my project, and tried to load it. However, when I click on the …
ios cocoa-touch interface-builder xibI upgraded to Xcode 6 beta 4 and now my App continuously crashes with the message Unknown class X in Interface Builder …
ios xcode xcode6 interface-builder uistoryboardI saw in the inspector that I can change the background color, but I'd like to also change the border …
ios objective-c iphone cocoa-touch interface-builderI am working on a project on which I have to preselect a particular cell. I can preselect a cell …
ios objective-c iphone uitableview interface-builderI have designed my custom Cell in IB, subclassed it and connected my outlets to my custom class. I have …
ios iphone cocoa-touch interface-builder autolayoutEven though Interface Builder is aware of a MyClass, I get an error when starting the application. This happens when …
cocoa cocoa-touch xcode interface-builderWhat is the purpose of using IBOutlets and IBActions in Xcode and Interface Builder? Does it make any difference if …
objective-c swift interface-builder iboutlet ibaction