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.

Should or should not use nib files ?

I'm new to iOS development. I've read through some of the source code I've found online and lots of them …

ios storyboard xib nib
perform segue in viewDidLoad() without navigation controller in Swift

I have three views (view 1 checks a server connection, view 2 shows the main content, view3 shows the support page) and …

swift uinavigationcontroller storyboard segue viewdidload
Cannot rotate interface orientation to portrait upside down

Both on iPhone simulator and iPhone 3GS (iOS 6) I cannot manage to set the orientation to portrait upside down. I …

iphone ios6 storyboard portrait interface-orientation
How do we implement custom init methods in objective-c when we use storyboard?

I have created a few buttons and labels using storyboard in XCode 4.6.3 I want to fire some methods on the …

ios objective-c storyboard init initwithcoder
This document "XXXXX.storyboard" could not be opened. Please use a newer version of Xcode

Storyboards created with XCode 4.5.1 could not open on XCode 4.2 with the following error message. This document "XXXXX.storyboard" could not …

xcode ios5 storyboard ios6 xcode-storyboard
iPad presentViewController is always Fullscreen (need formSheet) iOS6

I need to present a viewController as a formSheet when the user taps a 'settings' button in the navigation bar …

ios xcode ipad storyboard presentmodalviewcontroller
How to set background color for UIPageViewController?

How to set color for background view in UIPageViewController? Is it possible to do this in Storyboard?

ios storyboard uipageviewcontroller xcode7-beta4
Storyboard broken after updating Xcode to version 10.3 (10G8) & app no longer is running

I just updated the Xcode to version 10.3 (10G8). Now my project is not run with this error: /* com.apple.actool.…

xcode storyboard
Auto resizing issue in UITableView in Xcode 6

I am using auto resizing in xcode 6 in UITableview but it is not working properly. I want to use autoresizing.…

uitableview ios7 storyboard xcode6 autoresizingmask
How can I hold a WPF storyboard animation for a second, before continuing?

We have a color animation that blends from red to white. Currently, this is a linear fade. We know we …

wpf animation storyboard timing