Top "Nib" questions

NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle

In my AppDelegate there is a problem I do not understand. RootViewController initially called ViewController and I changed it name. …

ios compiler-errors nib appdelegate
Uncaught exception: This class is not key value coding-compliant

I'm following a tutorial titled "Swift Tutorial for iOS : NSFileManager Persisting Data", and I've encountered an error around or after …

ios swift cocoa-touch nib nsunknownkeyexception
Creating a reusable UIView with xib (and loading from storyboard)

OK, there are dozens of posts on StackOverflow about this, but none are particularly clear on the solution. I'd like …

ios objective-c uiview storyboard nib
Could not load the "" image referenced from a nib

I have no images called "" (nothing). I've gone through the .xib file of the screen where this pops up and …

iphone objective-c xcode nib
Why doesn't initWithNibName work for my UIViewController subclass?

I have subclassed UIViewController into a new class, PageViewController (I'm writing a simple book app). I want to add a …

iphone cocoa-touch uiviewcontroller nib xib
Loading custom UIView from nib, all subviews contained in nib are nil?

I have a custom UIView object with a nib that defines the view/subview layout. My outlets are connected, and …

iphone ios uiview interface-builder nib
NSInternalInconsistencyException Could not load nib in bundle

I've created an application for child game. It loads 12 different questions for each round. After the 4th round the app …

iphone cocoa-touch ipad crash nib
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
wrong frame size in viewDidLoad

Possible Duplicate: Why am I having to manually set my view’s frame in viewDidLoad? I have universal app for …

ios ipad storyboard ios-simulator nib
Prototype Cells in a nib instead of a storyboard

For better re-usability I want to create a table view outside of my Storyboard. Now when I create a UITableView …

objective-c ios xcode nib uistoryboard