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.

Swift: Force show Navigation Bar in Modal

I have the following Storyboard Segue in my Swift project: The animation is correct, but there is no navigation bar …

swift segue uistoryboard uistoryboardsegue
iOS-like storyboard tool for Android project?

Do we, Android developers, have any tool like iOS developers have which can help us make story board of all …

android user-interface uistoryboard
Storyboard View Elements Greyed Out

I'm currently trying to edit a storyboard file, in Xcode 6 (not sure if this is an Xcode bug, or if …

ios xcode uistoryboard xcode6-beta7
performSegueWithIdentifier doesn't work

My main view controller is in a navigation controller and it conforms to EditViewControllerDelegate protocol. It is the delegate of …

iphone ios5 xcode4.3 segue uistoryboard
storyboard instantiateViewControllerWithIdentifier not setting IBOutlets

I am using storyboard instantiateViewControllerWithIdentifier: and I'm noticing that all the IBOutlets I have wired up are still nil. However, …

ios interface-builder uistoryboard
Reordering view controllers in a UITabBarController, all defined in a Storyboard

I'd like to change the order of view controllers attached to a UITabBarController, within my Storyboard, without disconnecting all view …

objective-c ios5 uitabbarcontroller uistoryboard
Load Nib for UIView used in ViewController in StoryBoard

I have a UIView that I want to use in several View Controllers so I created the view (.h/.m) …

uiview uiviewcontroller uistoryboard nib iso
Xcode 4.2 iOS 5 : Multiple segues from a UITableView

I'm starting now with Xcode on 4.2 for iOS5 and there are a few changes and I'm now crossing a problem …

xcode ios5 uistoryboard uistoryboardsegue
Retrieve custom prototype cell height from storyboard?

When using "Dynamic Prototypes" for specifying UITableView content on the storyboard, there is a "Row Height" property that can be …

ios uitableview uistoryboard
UIStoryboard Couldn't find view controller with identifier

I have an ios application using storyboards with a bunch of view controllers. After Adding a new ViewController, and configured …

ios uistoryboard xcode-storyboard