Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
I want to create a UIBarButtonItem to represent the app's settings (cogwheel). Presently I can only find an option to …
ios xcode interface-builder uibarbuttonitemIn a simple iPhone app I display a letter tile (custom UIView with an image and 2 labels) by the following …
ios interface-builder uilabel sizetofitI have some strange problem with loading xib file in swift project. It's so frustrating because I already know how …
ios swift interface-builder xibIn most examples I see the following setup of IBOutlets: (Example A) FooController.h: @interface FooController : UIViewController { UILabel *fooLabel; } @property (…
iphone interface-builderRight-clicking the Exit icon yields an empty window. Can't Ctrl-drag a connection to any IB elements or corresponding source files. …
interface-builder ios6 uistoryboard uistoryboardsegue xcode4.5I would like to reduce the height of a UIPickerView in my iPhone app, so that it shows only one …
ios interface-builder uipickerview pickerenum is not an Interface Builder defined runtime attribute. The following does not show in Interface Builder's Attributes Inspector: enum …
ios xcode swift interface-builderI created a fairly simple iPhone app. Then figured I'd create an iPad version (Universal) of the app. Tried using …
iphone xcode interface-builder class-referenceI am able to right-click and drag from my custom UIView subclass file to the storyboard elements to connect them, …
ios swift xcode interface-builder xcode-storyboardI know default values of IBInspectable-properties can be set as: @IBInspectable var propertyName:propertyType = defaultValue in Swift. But how do …
objective-c xcode swift interface-builder ibinspectable