Interface Builder is a visual design tool used to create user interfaces for Apple's macOS and iOS platforms.
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 uistoryboardHow to set up autolayout in Interface Builder to arrange views vertically as shown on image: Top view pinned to …
ios interface-builder autolayoutI'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 uisegmentedcontrolI 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 outletI 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.2Is 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 nibI'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 uilabelHow 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 uivibrancyeffectI am building a data entry form in my iPhone app, and there are more data fields than will fit …
iphone interface-builder uiscrollview uitextfield data-entrySay 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