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.

IBOutlet is nil, but it is connected in storyboard, Swift

Using Swift 1.1 and Xcode 6.2. I have a UIStoryboard containing a singular, custom UIViewController subclass. On it, I have an @IBOutlet …

xcode swift uistoryboard null iboutlet
Closing a view displayed via a modal segue

I'm manually invoking a segue (set as modal) in order to display a login form in Xcode 4.2 using Storyboards with …

objective-c ios cocoa-touch uistoryboard
Present View Controller in Storyboard with a Navigation Controller - Swift

I am currently showing a viewController in my new storyboard below: var storyboard : UIStoryboard = UIStoryboard(name: AccountStoryboard, bundle: nil) var …

ios uiviewcontroller uinavigationcontroller swift uistoryboard
Call storyboard scene programmatically (without needing segue)?

I have a modal storyboard scene that I want to be accessible to all my other scenes. Creating a modal …

objective-c ios xcode uistoryboard
How to implement tab bar controller with navigation controller in right way

I am using Storyboard and Xcode 6. I have next controllers and scenes in my Storyboard: UINavigationController that has HomeViewController as …

ios uinavigationcontroller uitabbarcontroller xcode6 uistoryboard
Using Multiple Storyboards in iOS

My objective is to create a tabbed application, then the view for each of the tabs are constructed in separate …

ios user-interface ios5 xcode4.2 uistoryboard
Linking child view controllers to a parent view controller within storyboard

Can you associate child view controllers to a custom container view controller in Storyboard? I can link child view controllers …

ios xcode cocoa-touch uiviewcontroller uistoryboard
Status Bar Text Color iOS 7

I am unable to change the text colour in the status bar in iOS 7 SDK. Currently its black and i …

ios objective-c storyboard ios7 uistoryboard
When to use Storyboard and when to use XIBs

Are there any guidelines on when to use storyboards in an iOS project and when to use XIBs? what are …

ios xcode uistoryboard xcode-storyboard
How to localize an iOS storyboard

I've an iPhone storyboard with some views. For instance, a navigation item title is named News, which should be translated …

objective-c ios nslocalizedstring uistoryboard