Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
I've put a UIButton inside a custom UIView and the button is not receiving any touch events (it doesn't get …
objective-c uiview uibutton interface-builder xibI have a particular UICollectionViewCell that I want to instantiate myself, and add to a UICollectionView. In order for this …
objective-c xcode interface-builder nib uicollectionviewIs there a way to install and uninstall an Xcode interface builder constraint programmatically?
ios objective-c autolayout interface-builder nslayoutconstraintFor those that don't know what I'm talking about, Xcode 6.0 added new features, IBDesignable and IBInspectable. When you tag your …
ios interface-builder xcode-storyboard ibdesignable ibinspectableI have an NSButton (Push Button) with some temporary title text built in Interface Builder / Xcode. Elsewhere, the title text …
xcode cocoa macos interface-builder nsbuttonI want to convert a CGRect "aRect" of a object in a subview in UITableViewCell in UITableView to CGRect with …
objective-c cocoa-touch xcode iphone-sdk-3.0 interface-builderI am making a little application with three NSButtons with an image set. These buttons have no border nor background. …
cocoa user-interface interface-builder appkit nsbuttonThe checkbox to create a .xib file in Xcode 6 seems to be disabled. I can not find any way to …
xcode xcode6 interface-builder xibAfter having installed the iPhone SDK 3.1.2, Interface Builder is not in sync with Xcode anymore. The light indicator at the …
xcode interface-builder rpcPossible Duplicate: What's up with the .NIB -> .XIB? I want to know what is difference between xib and …
ios interface-builder xib nib