Top "Xib" questions

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

How to add new xib files

I have to develop an app with multiple screens. I have automatically generated xib file, but for my other screen …

iphone xcode xib
Autolayout aspect ratio for UIImageView / UIView

How to set autolayout for UIImageView /UIView so that the image view width and height increases a bit for iphone 6 …

ios uiview uiimageview autolayout xib
Changing textField border color iOS

I want to change UITextField border color. Is it possible to customize the color of border? I searched all options …

ios objective-c uitextfield xib
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
iOS, unrecognized selector sent to instance?

I got a mainscreen with a imported custom actionBar. I created this actionBar in a separate .xib file, with a .…

ios iphone xib ibaction
IOS project showing error "An internal error occurred. Editing functionality may be limited" on xcode 7.1

I just created one new cordova ios project via CLI, and i opened that project in Xcode 7.1 and while running …

ios xcode cordova xib xcode7.1
How do I change "initwithNibName" in storyboard?

I want to change below code with storyboard with Xcode 4.2. UIViewController * example = [[ExampleViewController alloc] initWithNibName:@"ExampleViewController" bundle:nil]; Now ExampleViewController.…

ios xcode storyboard xib
How to open a new window on button click in Cocoa Mac Application?

I want to know how to open a new window on button click in Cocoa Mac Programming. Help me. I …

cocoa macos xib
What are the benefits of using Storyboards instead of xib files in iOS programming?

What are the main differences between using Storyboards and xib files. Specifically, what are the advantages or disadvantages of using …

ios xcode storyboard interface-builder xib
How to set Hex color code in xib in iOS

I am not finding an option for Hex color code in xib color picker in xcode. But I have seen …

ios xcode xib