Top "Xib" questions

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

Can not create an iPhone xib file with Xcode 6

The checkbox to create a .xib file in Xcode 6 seems to be disabled. I can not find any way to …

xcode xcode6 interface-builder xib
Xcode 5 and localization of .xib files

I'm trying to localize a .xib file. The problem: After clicking the "Localize button" in the inspector, I end up …

localization xib xcode5 missing-features
Add a ContainerView inside a UIViewController created from .xib

I have a .xib file and i want to add it a container view (to place inside a ViewController). Unfortunately …

objective-c xib uicontainerview
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
Autolayout adding extra padding on top and bottom of UILabel iPhone 6/6+ when preferredMaxLayoutWidth is set

I created a sample project to reproduce this. I've a xib file with an UILabel having a fixed top, leading …

ios objective-c iphone ios8 xib
How to duplicate a .xib file?

I see there's no "duplicate" when I right click on a .xib. So is the way to do it: just …

objective-c xcode xib
Autoresize not working in xib

I made simple design in .xib, deployment target for my app is iOS 5 My view doesn't resizes, when i run …

iphone ios ipad xib autoresize
How can I call the ViewDidAppear only one time?

When the user start the app I want it show the stockholm.xib and It does here: -(void)viewDidAppear:(…

iphone sdk xib viewdidappear
Presenting Modal View Controller From Xib

I would like to show a modal dialog from a xib. The code that shows my window is: self.vcSettings = [[…

ios modal-dialog xib presentmodalviewcontroller
Can I use two xibs with one viewcontroller - re: porting to iPhone 5

I just submitted my first app to the app store (yay it was just approved!). I now want to update …

uiviewcontroller xib iphone-5