Top "Interface-builder" questions

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

UITextView resign first responder on 'Done'

I have been searching around the web for about an hour now, and cannot find any code to help me …

iphone objective-c interface-builder uitextview uikeyboard
Xcode changes unmodified storyboard and XIB files

Storyboards are rather a royal pain from a git workflow perspective when multiple people are collaborating on them. For example, …

ios xcode interface-builder storyboard xib
What's the best way to call an IBAction from with-in the code?

Say for instance I have an IBAction that is hooked up to a UIButton in interface builder. - (IBAction)functionToBeCalled:(…

ios iphone cocoa-touch interface-builder ibaction
How to sync localized storyboards' strings after modifying storyboard in Xcode 5

I'm just starting to look at IOS Apps' localization in XCode 5 and I've tried to add an Italian Localization: Xcode 5 …

ios7 localization interface-builder xcode5 uistoryboard
Xcode & Swift - Window without title bar but with close, minimize and resize buttons

I am currently using Swift in Xcode 6, Beta 5. I am trying to remove the title bar, or any visible difference …

swift cocoa interface-builder osx-yosemite titlebar
What is the File's Owner (in Interface builder)?

I am new to Cocoa and I don't understand the concept of File's Owner of a .nib file. Here is …

macos cocoa interface-builder nib
How can I create Yosemite-style view with translucent/blurry background?

In Yosemite sidebars have a semitransparent "vibrant" background. How can I create a view like that in 10.10/Xcode 6? Can I …

macos interface-builder nsview osx-yosemite
Do I have to call addSubview after calling addChildViewController?

I'm trying to create a container view controller using iOS5 and new methods like addChildViewController. Do I have to call …

iphone ios5 uiviewcontroller interface-builder
Custom fonts in Interface Builder

So we're in 2014, is there any way to set custom fonts within Interface Builder yet? Ie don't do it programmatically, …

ios fonts interface-builder
UIView subclass with its own XIB

I created a custom UIView subclass, and would prefer to not layout the UI in code in the UIView subclass. …

iphone objective-c uiview interface-builder subclassing