Top "Interface-builder" questions

Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.

Configuring the backBarButtonItem of a View Controller's Navigation Item in a Storyboard

It's easy enough to drag and drop bar button items onto a view controller's navigation bar in a storyboard in …

interface-builder uibarbuttonitem uinavigationitem uistoryboard
iOS autolayout to center my view between two views

How to set up autolayout in Interface Builder to arrange views vertically as shown on image: Top view pinned to …

ios interface-builder autolayout
UISegmentedControl - altering height in Interface Builder

I'm creating a number of static custom UITableViewCells and have dragged a UISegmentedControl onto one of the custom cells. Whilst …

iphone objective-c interface-builder height uisegmentedcontrol
Unable to make outlet connection to a constraint in IB

I am running XCode 5 with iOS 7. I need to dynamically change the height constraint of a UITextView prior to its …

ios interface-builder nslayoutconstraint outlet
Adding images to buttons in interface builder

I want to add an image to my button instead of text. Can I do this in interface builder? Any …

ios ios4 interface-builder ios-4.2
Convert NIB Files to XIB Files

Is there a way to convert NIB files to XIB files so that I can open them in Xcode 4? Once …

xcode macos interface-builder xib nib
Using custom fonts with Xcode 6 / iOS 8 Interface Builder Launch Screen

I'm using Xcode 6’s new interface builder-based launch images, and am running into an issue. I created a new interface …

ios xcode fonts interface-builder uilabel
How to implement Visual Effect Views in Interface Builder?

How do you use Visual Effect Views with Blur and Vibrancy in Interface Builder? I've dragged this item out into …

ios interface-builder uiblureffect uivisualeffectview uivibrancyeffect
How Can I have multiple widths and heights of subviews in a UIStackView

Say for example I want to add 3 buttons to a stack view. Button1 is 200 * 200 (1) Button2 is 150 * 150 (0.75) Button3 is 100 * 100 (0.5) How can …

ios interface-builder uistackview