Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
I'm trying to replicate a layout that I currently have in an Android application, but I don't know how to …
ios interface-builder iphone-5I have created a custom UICollectionViewCell in Interface Builder, binded views on it to the class, and then when I …
ios swift interface-builder ios8 uicollectionviewcellI very rarely override drawRect in my UIView subclasses, usually preferring to set layer.contents with pre-rendering images and often …
objective-c xcode swift interface-builderI have an Objective-C and Swift mixed dynamic framework. And the mixed framework was linked with two pure Objective-C dynamic …
objective-c xcode swift interface-builder ibdesignableIs drag and drop of round rect button no longer available in Xcode 5? I can't seem to find it in …
ios uibutton interface-builder ios7 xcode5I am new to Xcode, working through Swift, so I'm not sure if what I am decribing is actually a …
xcode interface-builder iboutletI typically like to create and design my uiviews in interface builder. Sometimes I need to create a single view …
uiview autolayout interface-builder uistoryboard xibWhen I write my own UIButton-extended class and make it @IBDesignable, I receive two errors in Interface Builder, namely: Main.…
ios xcode swift interface-builderI want to change the color to red.
iphone objective-c cocoa-touch interface-builder uibarbuttonitemI am trying to make my editable UITextView resign the keyboard (resignFirstResponder) when the user taps "Done." Using a UITextField, …
iphone interface-builder ios uitextview iboutlet