Top "Xib" questions

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

How to link a .xib file to a class file with Xcode 4

have started a universal project under the new Xcode4. My Application works on both iPhone & iPad devices but not …

iphone ipad xcode4 xib
Loading UIViewController "from" Nib File

I am trying to create an UIViewController from a Nib file. On Google I found that I can only load …

ios xcode uiview uiviewcontroller xib
Reuse a uiview xib in storyboard

I typically like to create and design my uiviews in interface builder. Sometimes I need to create a single view …

uiview autolayout interface-builder uistoryboard xib
Easiest way to support multiple orientations? How do I load a custom NIB when the application is in Landscape?

I have an application in which I would like to support multiple orientations. I have two .xib files that I …

iphone iphone-sdk-3.0 uiviewcontroller nib xib
Storyboards vs. the old XIB way

I am new to iOS and was wondering which is the best to learn. I have read some of the …

ios storyboard xib
Swift proper way to load xib file

I have some strange problem with loading xib file in swift project. It's so frustrating because I already know how …

ios swift interface-builder xib
iPhone app crashing with NSUnknownKeyException setValue:forUndefinedKey:

I'm writing my first iPhone app, so I haven't gotten around to figuring out much in the way of debugging. …

iphone xib key-value-coding
Which is more efficient way? StoryBoard or XIB?

My question is slightly different then my title suggest. I have worked with xib. Now i am trying to work …

ios objective-c storyboard xib
Why won't my awakeFromNib fire?

I am starting to move more of my view hierarchy construction to IB. I have a nib file called "AlignmentViewController.…

iphone interface-builder nib xib
iOS Swift viewForHeaderInSection Not being Called

I have a UITableview I am trying to add a HeaderView onto my UITableview . However the viewForHeaderInSection is not being …

ios uitableview swift xib