Top "Nib" questions

What is difference between XIB and NIB?

Possible Duplicate: What's up with the .NIB -> .XIB? I want to know what is difference between xib and …

ios interface-builder xib nib
Issues with AutoLayout with Custom Views defined in NIB file and used in StoryBoard

I've defined a custom view in a NIB file and would like to instantiate a copy in a StoryBoard but …

ios storyboard nib autolayout
Checking if a .nib or .xib file exists

What's the best way to check if a Nib or Xib file exists before trying to load it using initWithNibName:…

iphone objective-c xcode nib
Loading UIView from xib, crashes when trying to access IBOutlet

I have a xib-file with a small UIView on it, which in turn contains some labels. Now, I'm trying to …

iphone xcode uiview nib
Convert NIB to XIB without Interface Builder

I've upgraded to XCode 4 and because IB is now inside none of my old NIB files will open getting a "…

xcode4 nib
Using multiple nib files with a single view controller?

Background I'm using interface builder to create the UI for an app I'm working on. The app has a single …

ios ios4 uiview interface-builder nib
awakeFromNib is not calling but displaying xib

I have created a new project in xcode 4.5 and I have called my viewcontroller by -(id)initWithNibName:bundle: from …

iphone objective-c ios nib awakefromnib
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
Loading a UIView subclass from NIB size issues

I have a subclass of UIView that needs to calculates it's height according to it's width. When created in code …

iphone uiview interface-builder 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