Top "Nib" questions

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
Set size of view in NIB / XIB file

In Xcode 4, there was a never-quite-fixed bug where Xcode prevented you from resizing views (some silly "Design feature") - you …

ios xcode5 nib
What's up with the .NIB -> .XIB?

What's up with the NIB->XIB change somewhere between XCode 3.0 to 3.1? Is there any difference with this name change …

iphone objective-c xcode nib
IBOutlet properties nil after custom view loaded from xib

Something strange going on with IBOutlets. In code I've try to access to this properties, but they are nil. Code: …

ios swift uiview nib
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
Loaded nib but the view outlet was not set - Swift edition

I have a project that is all in Objective C, except for my view controller, which is in Swift. When …

ios objective-c swift xib nib
"First Responder" - Did I get that right?

Let me summarize this shortly: A "First Responder" in a nib file is an object, which represents the UI control …

objective-c cocoa nib first-responder
Crash on [[NSBundle mainBundle] loadNibnamed:owner:options:]

I cannot figure this one out. I have a created a custom UITableViewCell in IB. As far as I can …

iphone xcode uitableview nib
Convert NIB Files to XIB Files

Is there a way to convert NIB files to XIB files so that I can open them in Xcode 4? Once …

xcode macos interface-builder xib nib
Custom UIView with Nib in swift without using loadFromNib in the view controller

I've always used the loadNibNamed method for loading custom views into view controllers, but now i'm trying to avoid calling …

ios swift uiview nib