Top "Uistoryboard" questions

A storyboard is a graphic organizer in the form of illustrations or images displayed in sequence for the purpose of pre-visualizing a motion picture, animation, motion graphic or interactive media sequence.

Prototype Cells in a nib instead of a storyboard

For better re-usability I want to create a table view outside of my Storyboard. Now when I create a UITableView …

objective-c ios xcode nib uistoryboard
Xcode storyboard: Internal error. Please file a bug

While editing in the storyboard, specifically assigning a view controller to a specific class, I suddenly encountered this error when …

ios xcode swift uistoryboard xcode-storyboard
viewController custom init method with storyboard

im having trouble overriding the initialization method for my CustomViewController thats designed in my Storyboard. now im doing (in my …

ios5 uiviewcontroller uistoryboard
A launch storyboard or xib must be provided unless the app requires full screen

I don't use a storyboard/xib for launch screen and get these errors in Xcode7+. - All interface orientations must …

ios xcode uistoryboard
How to set automatic height of static cell in UITableViewController?

I am using IB and storyboard and I defined UITableViewController. There I defined three static cells. The first two should …

ios uitableview interface-builder uistoryboard
How to fix ibtool failed with exit code 255

I have never encountered this problem before. The application used to run perfectly but now it always says this error. …

ios xcode uistoryboard ibtool
Passing variables between view controllers

I am using this function to switch between views in Xcode 4.3. [self performSegueWithIdentifier:@"NextView" sender:self]; I would like to …

ios properties uiviewcontroller uistoryboard uistoryboardsegue
xcode 4.5 how to pick storyboards at launch

Trying to make my app work with both iPhone 5 and iPhone 4/4s. I tried the "AutoLayout" but does not seem …

xcode storyboard uistoryboard xcode4.5
Perform Segue Programmatically Without Button Connection?

I have two view controllers in my storyboard and I need to push from view 1 to view 2. I need to …

iphone objective-c ipad uistoryboard segue
How to make uiview's width fit to the width of the parent view with some padding for both iphone and ipad using universal storyboard in xcode 6?

I am learning constraints and Universal Storyboard in xcode 6 and having a little bit of difficulty here. Using Universal Storyboard, …

storyboard uistoryboard universal-storyboard