Top "Storyboard" 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: Become First Responder on UITextField Not Working?

I've created a custom UIViewController with one UITextField on Storyboard. On viewDidLoad, I set the UITextFIeld to becomeFirstResponder, nothing happened (…

ios swift storyboard uitextfield becomefirstresponder
Conditionally start at different places in storyboard from AppDelegate

I have a storyboard set up with working login and main view controller, the latter is the view controller to …

objective-c storyboard uiapplicationdelegate segue
How to add a footer to a UITableView in Storyboard

I'm fairly new to iOS development. I want to add a footer to the table view in a UITableViewController. I've …

ios ios5 uitableview storyboard
Move or copy view controller from one storyboard to another

I have several UIViewControllers in one Storyboard. Now I want to move some UIViewControllers to another Storyboard. Is it possible?

ios xcode uiviewcontroller storyboard
Storyboard navigation controller and tab bar controller

I am trying to get the following setup in Storyboard. Where I have a table view in the beginning, and …

ios uinavigationcontroller storyboard uitabbarcontroller uistoryboard
AlertController is not in the window hierarchy

I've just created a Single View Application project with ViewController class. I would like to show a UIAlertController from a …

ios swift storyboard uialertview uialertcontroller
Connect outlet of a Cell Prototype in a storyboard

I'm a newbie with the Storyboard and so I have some difficulties... I have created a TableViewController and I would …

ios uitableview storyboard iboutlet
Autolayout: Add constraint to superview and not Top Layout Guide?

I have a UIView in my UIViewController in storyboard which I want to add a constraint on to space that …

ios storyboard autolayout nslayoutconstraint
What does the "automatically adjusts font requires using a dynamic type text style" warning mean?

I am getting the following warning: "automatically adjusts font requires using a dynamic type text style" Which I can not …

ios swift storyboard xcode8
Programmatically set rootViewcontroller for UINavigationcontroller in Storyboard in Appdelegate

I have a value in NSUserdefaults. I am using storyboard, it is embedded in UINavigationController. - (BOOL)application:(UIApplication *)application …

objective-c uinavigationcontroller storyboard nsuserdefaults appdelegate