Top "Xib" questions

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

Xcode Storyboard and xib connection

I have one story board project with many view controllers and i created one class named "connecter.h,connector.m " …

ios storyboard xib viewcontroller xcode4.6
Using XCode storyboard to instantiate view controller that uses XIB for its design

I have a UIViewController subclass that I created previously that had its controls laid out in a XIB file. I'd …

xcode storyboard xib nib
How to get a black status bar on an iPhone app?

I want to use a black status bar for my iPhone app. I have selected black status bar on all …

iphone objective-c ios xib statusbar
Interface Builder could not open the document ".xib" because it does not exist

I am localizing an app, following the steps listed here. I have successfully achieved that with around 45 .xib's, while just 4 …

iphone xcode localization xib
Can I Animate an image iOS8 LaunchScreen.xib

Question: Are there ways to animate anything within the LaunchScreen.xib file of an Xcode 6 Project targeted to deploy for …

ios swift ios8 xib iphone-6
Instantiate view from nib throws error

I tried to make @IBDesignable UIView subclass following this (link) tutorial. First custom view goes fine. But when I try …

ios swift uiview xib ibdesignable
XIB File opens like an XML in XCode but opens correctly with Interface Builder

When I double-click my file StartWindow.xib in Xcode 4, it does not open into the integrated Interface Builder; it opens …

xcode interface-builder xcode4 xib
How to hide Blue line covering views in xib/Storyboard in Xcode 7.2

I am using xcode 7.2, in xib when i insert any view, label,txtField etc., all are showing this covering blue …

storyboard xib xcode7.2
How can I recycle UITableViewCell objects created from a XIB?

I'd like to create custom UITableViewCell using an XIB, but I'm not sure how to recycle it using UITableViewController's queueing …

ios uitableview uikit xib
One xib File with Multiple "File's Owner"s

I've got three different UITableViews, each in it's own view, accessed via tabs. All three tables would ideally share the …

iphone ios uitableview xib reusability