Top "Interface-builder" questions

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

Color in storyboard not matching UIColor

I am defining a color in code as [UIColor colorWithHue:32.0/360.0 saturation:0.88 brightness:0.97 alpha:1] If I try to set the same …

ios colors interface-builder uistoryboard uicolor
How can I programmatically access UI elements in a NIB without 'wiring' them?

I'm contemplating writing some helper functions to make it easier to do simple changes to the UI elements in my …

iphone interface-builder nib
What is Referencing outlet collection in Xcode4 Interface Builder?

Here, I have pointed to the Referencing Outlet Collection. I am not able to figure out its usage in XCode4. …

ios iphone xcode4 interface-builder iboutletcollection
Can i link a uilabel to a localizable string in Interface Builder?

have googled around but found no solution: Basically, i have a Localizable.strings set up, which i'm using in my …

iphone localization interface-builder uilabel localizable.strings
Custom Font Sizing in Xcode 6 Size Classes not working properly with Custom Fonts

Xcode 6 has a new feature where fonts and font sizes in UILabel, UITextField, and UIButton can be set automatically based …

ios interface-builder ios8 xcode6 size-classes
Could not instantiate class named IBNSLayoutConstraint

I'm using XCode6 beta and trying out Swift. When I put some auto layout constraints in a view controller the …

ios objective-c swift interface-builder
prepareForSegue called before didSelectRowAtIndexPath only when third segue is added

I have 3 segues to 3 different views. 2 are implemented with no problem, it is when the third is created that the …

ios interface-builder storyboard segue didselectrowatindexpath
Center Multi-Line Text on UIButton using IB

How do you center text line-by-line in a UIButton using Interface Builder? I am scouring the options and just don't …

iphone ios interface-builder multiline
UIButton with IB_DESIGNABLE throws runtime attribute warning and does not render in Interface Builder

I'm running Xcode 6.1 and I have been using IB_DESIGNABLE with IBInspectable for quite a few projects already but all …

ios objective-c uibutton interface-builder xcode6
iOS: How to use images in custom bundle in Interface Builder?

I have a bundle where i put images in it. The contents are: MyBundle.bundle/images/picture1.png MyBundle.bundle/…

iphone ios image interface-builder bundle