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.

How to hide Blue line covering views in xib/Storyboard in Xcode 7.2

I am using xcode 7.2, in xib when i insert any view, label,txtField etc., all are showing this covering blue …

storyboard xib xcode7.2
How to perform Segue in AppDelegate?

I am trying to complete an application on IOS 5.1 with Storyboard. Basically I am doing a dropbox app. Since I …

objective-c ios storyboard dropbox segue
Can't assign multiple Buttons to UINavigationItem when using Storyboard with iOS 5

I'm a iOS developer with a lot experience in developing the UI by code. I'm now testing the Storyboard functionality, …

ios ipad interface-builder storyboard uinavigationitem
'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named MKMapView'

I am doing a project using storyboard(first time using story board).In one of the viewcontroller there is a …

ios storyboard mkmapview
Do we need to use 2 Storyboard for a Universal app?

I have a project for iPhone and iPad. The iPad needs a split view controller. Do we create two separate …

ios storyboard ios-universal-app
hide and show left navigation bar button on demand in iOS-7

I added my left navigation bar button using the storyboard. but I want it to hide when I first load …

ios xcode ios7 storyboard uinavigationitem
Separate StoryBoards for iPhone 5 and iPhone 4S

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? How can I load separate storyboards for iPhone 5 …

ios storyboard iphone-5
Open New Window in Swift

I am trying to open a new window in my Swift application but I cannot get it to open. class …

macos swift cocoa storyboard nswindow
Passing data with segue through navigationController

I'm trying to push data from one viewController to another. I've connected a viewController to another ViewController's navigationController and then …

ios swift storyboard segue
ios5 - size of modal view controller with storyboard

is there any way to resize a View Controller that has been presented modally using a storyboard segue? how do …

ios uiviewcontroller ios5 modalviewcontroller storyboard