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.

Splitview with multiple detail views using storyboarding. Seen an example/tutorial?

I'm trying to track down an example like Apple's MultipleDetailViews sample for UISplitViewController, but using storyboards. Their sample code provides …

uisplitviewcontroller storyboard detailsview
Popover arrow not the same color as the viewcontroller background

The title says it all really. I have a view controller connected to a button as a popover. The view …

objective-c xcode storyboard popover
prepareForSegue is not called after performSegue:withIdentifier: with popover style

I have a universal app, where I am sharing the same controller for a IPad and IPhone storyboard. I have …

objective-c ipad xcode4 storyboard uipopovercontroller
Dark mode launch screen in iOS 13

I've updated my iOS app to work in dark mode on iOS 13 but I am having trouble trying to get …

ios storyboard ios13
Storyboards and SVN conflicts

This is a problem we never had to deal with until storyboards were introduced - Whenever there was a chance …

ios svn storyboard
segue does not work in simple segue test

I have a weird problem. I have created 2 viewcontrollers in my storyboard: testSegueViewcontroller and nextPageViewController. The testSegueViewcontroller contains a UIButton …

ios xcode storyboard segue
How can I change the global tint color programmatically?

My project needs to switch between 2 different global tint values. How can I do this programmatically?

ios xcode storyboard uistoryboard tint
Issues with AutoLayout with Custom Views defined in NIB file and used in StoryBoard

I've defined a custom view in a NIB file and would like to instantiate a copy in a StoryBoard but …

ios storyboard nib autolayout
Storyboards orientation support for xCode 4.2?

I upgraded to xCode 4.2 and it's new Storyboards feature. However, could not find a way to support both portrait and …

iphone landscape storyboard xcode4.2 device-orientation
How can I find out the RGB color of my object in storyboard

I have a button in the storyboard, I gave it a color magnesium. I am doing some programming on the …

ios xcode storyboard uicolor