Top "Xib" questions

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

Loading ViewController from xib file

I had a MyViewController.swift and a MyViewController.xib presenting the layout of MyViewController. I tried different methods to load …

ios swift initialization xib viewcontroller
Custom views with Storyboard

In complex screens (View Controllers) I used to separate the whole thing in smaller pieces (I call them widgets). These …

ios storyboard xib
Assign xib to the UIView in Swift

in objective c it can be done in init method by -(id)init{ self = [[[NSBundle mainBundle] loadNibNamed:@"ViewBtnWishList" owner:0 …

uiview swift xib
Swift - How creating custom viewForHeaderInSection, Using a XIB file?

I can create simple custom viewForHeaderInSection in programmatically like below. But I want to do much more complex things maybe …

ios swift uitableview xib
How to load custom cell ( xib) in UICollectionView cell using swift

I have created a small sample project using Swift. I have created an "MyCustomView" as xib which contains label, button …

ios swift ipad xib
Create UICollectionViewCell subclass with xib

I'm trying to create a UICollectionViewCell subclass with linked a xib, I have do this: I have create a new …

ios iphone uicollectionview xib uicollectionviewcell
Could not insert new outlet connection

Could not insert new outlet connection: Could not find any information for the class and not showing any class named "…

ios6 xib xcode4.6
Objective C, Thread 1 Program Received Signal SIGABRT

I am trying to compile and run a simple tutorial for an Objective C app using Interface Builder. I am …

ios objective-c xcode4 xib sigabrt
Converting iPhone xib to iPad xib?

How do you do it? I saw one video tutorial on it, but the screen was too small. Also, other …

ios iphone xcode ipad xib
Alternative iOS layouts for portrait and landscape using just one .xib file

Using interface builder in xcode and just one .xib file, how can I create alternate layouts when rotating between landscape …

ios xcode interface-builder xib screen-orientation