Top "Nib" questions

Get Nib name/What exactly is a nib?

I'm trying to implement a page menu segue in my app using the pod from this pre-built page menu pod …

ios swift nib
Designing UICollectionView cells in nib with Interface Builder (without storyboard)

I am trying to design a custom UICollectionViewCell prototype (in Xcode 5.0.2), however Interface Builder doesn't let me add a cell …

xcode interface-builder uicollectionview nib uicollectionviewcell
Load Nib for UIView used in ViewController in StoryBoard

I have a UIView that I want to use in several View Controllers so I created the view (.h/.m) …

uiview uiviewcontroller uistoryboard nib iso
How to use NSWindowController to show a window in standard application?

I created a new blank standard application using Xcode template. Removed the window in MainMenu.xib and I created a …

objective-c xcode cocoa nib nswindowcontroller
Handle orientation change on iPad with one UIViewController and two XIB

i'd like to handle orientation change on an iPad application with one UIViewController and two XIBs, let's say MenuView and …

ipad rotation landscape nib
Create a UIView from NIB

I have created a custom class that subclasses UIView. I want to do my layout in IB, so have set …

ios uiview nib
Setting .reuseIdentifier on a UICollectionViewCell

I have a particular UICollectionViewCell that I want to instantiate myself, and add to a UICollectionView. In order for this …

objective-c xcode interface-builder nib uicollectionview
Load custom UIView with XIB from a View Controller's view using IB

I have a custom UIView (MyCustomUIView) which is built using Interface Builder. I'd like to place this custom view in …

ios uiview xib nib initwithcoder
Loading a nib file inside a UIViewController

I'm experimenting on how to load nib files to a UIViewController. I have created a separate nib file called Email. …

ios uiviewcontroller xib nib
Xcode 4.5 corrupting XIBs?

i am using the new xcode 4.5, i have this lines of code on some view controller: DiscoverCell* cell=[table dequeueReusableCellWithIdentifier:@"…

xcode exception uitableview xib nib