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.

Programmatically get a Storyboard ID?

Trying to see if a UIViewController or UIView can identify its Storyboard ID. So was hoping for: UIViewController *aViewController; NSString *…

ios objective-c xcode storyboard identity
UIScrollView's origin changes after popping back to the UIViewController

I have a UIViewController subclass as a scene in the storyboard that contains a UIScrollView containing various subviews. One of …

ios cocoa-touch uiscrollview storyboard
iOS - Push viewController from code and storyboard

I have this code PlaceViewController *newView = [self.storyboard instantiateViewControllerWithIdentifier:@"PlaceView"]; [self presentViewController:newView animated:YES completion:nil]; And I can …

ios uiview storyboard xcode4.5 pushviewcontroller
Want to create a cool static UI but : "Static table views are only valid..."

I'm creating a view like: For this I'm trying to use a Storyboard in which I add 2 TableViews (both as …

ios uitableview static storyboard cell
iOS5 Storyboard error: Storyboards are unavailable on iOS 4.3 and prior

I've built a small app using storyboards and it ran great. Just before final testing I decided to try it …

xcode ios5 build storyboard
What is the proper way to dismiss a modal when using storyboards?

Using storyboards, what is the proper way to dismiss a modal? using IBAction and writing code to dismiss after a …

ios storyboard modal-dialog
Xcode / Swift: How I implement a back button?

I just started with Xcode and Swift. I try to build my first little App for iOS. But now I …

ios xcode storyboard back
How do I change "initwithNibName" in storyboard?

I want to change below code with storyboard with Xcode 4.2. UIViewController * example = [[ExampleViewController alloc] initWithNibName:@"ExampleViewController" bundle:nil]; Now ExampleViewController.…

ios xcode storyboard xib
From within a view controller in a container view, how do you access the view controller containing the container?

This is tricky to word but I have a view controller (vc1) that contains a container view (I'm using storyboards). …

ios ipad view storyboard containers
Display just two columns, with multiple rows in a CollectionView using storyboard

I want to display only two cells in a row, no matter what the iPhone screen size is. Like, My …

ios storyboard uicollectionview uicollectionviewcell