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.

What are Unwind segues for and how do you use them?

iOS 6 and Xcode 4.5 has a new feature referred to as "Unwind Segue": Unwind segues can allow transitioning to existing instances …

ios ios6 uistoryboard
Xcode 6 Bug: Unknown class in Interface Builder file

I upgraded to Xcode 6 beta 4 and now my App continuously crashes with the message Unknown class X in Interface Builder …

ios xcode xcode6 interface-builder uistoryboard
Programmatically set the initial view controller using Storyboards

How do I programmatically set the InitialViewController for a Storyboard? I want to open my storyboard to a different view …

ios objective-c swift uiviewcontroller uistoryboard
How to Implement Custom Table View Section Headers and Footers with Storyboard

Without using a storyboard we could simply drag a UIView onto the canvas, lay it out and then set it …

uitableview ios5 uistoryboard
Prepare for Segue in Swift

I'm facing the error message: "UIStoryboardSegue does not have a member named 'identifier'" Here's the code causing the error if (…

ios swift uistoryboard uistoryboardsegue
How to set the UITableView Section title programmatically (iPhone/iPad)?

I've created a UITableView in Interface Builder using storyboards. The UITableView is setup with static cells and a number of …

iphone ipad uitableview uistoryboard iboutlet
How to call a View Controller programmatically?

I have looked at all the tutorials I can find on this one, and I still don't have the answer. …

ios objective-c uiviewcontroller uistoryboard presentviewcontroller
How to use UIScrollView in Storyboard

I have a scroll view with content that is 1000px tall and would like to be able to lay it …

ios xcode uiscrollview uistoryboard
iOS: present view controller programmatically

I'm using the presentViewController:animated:completion: method to go to another view controller. This is my code: AddTaskViewController *add = [[AddTaskViewController …

ios objective-c uiviewcontroller uistoryboard presentviewcontroller
Best practices for Storyboard login screen, handling clearing of data upon logout

I'm building an iOS app using a Storyboard. The root view controller is a Tab Bar Controller. I'm creating the …

ios authentication uistoryboard logout