Top "Xib" questions

XIB is the file format for Interface Builder, which is a development tool for the Mac OS X & iOS platforms.

'Could not load NIB in bundle' from iOS Static Framework

I am creating a static iOS framework (default template in Xcode 6) that includes xib files. However I am having trouble …

ios xcode static-libraries xib ios-frameworks
What's the difference between custom class and file's owner setting in xib file?

In a custom xib file, what's the difference between the two following setting methods shown in the images below?

ios interface-builder xib
Storyboard/XIB and localization best practice

The officially recommended method for XIB/Storyboard localization is to create .xib and .storyboard files inside xx.lproj (where xx …

xcode localization xib
Should or should not use nib files ?

I'm new to iOS development. I've read through some of the source code I've found online and lots of them …

ios storyboard xib nib
Resetting Storyboard on Logout

I am building an IOS 5.1 web client app that uses a storyboard. One of my actions is "logout", during which …

ios uiviewcontroller xib nib
How to connect a menu item to a custom action defined in the NSApplication delegate across nib files?

In my Cocoa app I have two NIB/XIB files that I need to connect: MainMenu.xib: contains a custom …

cocoa interface-builder xib nsmenuitem nsapplication
Swift 3 Load xib. NSBundle.mainBundle().loadNibNamed return Bool

I was trying to figure out how to create a custom view using xib files. In this question the next …

cocoa swift3 xib nsview nib
How to Display and Manage a Simple Application-Modal Dialog in Cocoa

I am not sure I am doing things the right way, or if I have it all hacked up. I …

objective-c cocoa modal-dialog xib nswindowcontroller
Universal iPad/iPhone XIBs - Xcode 4

I want to make a universal app which has two different XIB files. One for iPhone, and one for iPad. …

iphone ipad xcode4 xib universal
How to connect delegate from custom class in xib?

I have created a class "DeletableImageView" (.swift + .xib) which uses the protocol I defined as "DeletableImageViewDelegate" through a property I …

ios swift delegates xib iboutlet