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.

Pushing a navigation controller is not supported

In my MainStoryBoard I want to push a viewController to the detailView but I get this error: NSInvalidArgumentException', reason: 'Pushing …

ios objective-c swift uinavigationcontroller storyboard
Launch Screen Storyboard with centered image iOS

1 - I want to use a LaunchScreen.storyboard in my app 2 - In this launch screen I need to insert …

ios xcode storyboard launch-screen
Xcode Tabbed Application - Adding New Tab view

I'm working with Xcode 4.2. I started to work with Tabbed Application and now I want to add 3rd and 4th …

ios iphone xcode storyboard uitabbaritem
Storyboard uiviewcontroller, 'custom class' not showing in drop down

I have a UIViewController I created in my apps storyboard, as well as a custom UIViewController subclass which I added …

ios storyboard
How do I use performSegueWithIdentifier: sender:?

I am a new iOS developer and I am currently building a game for the iPhone, and I am writing …

iphone ios objective-c storyboard segue
How to put the UIPageControl element on top of the sliding pages within a UIPageViewController?

Regarding to this tutorial by AppCoda about how to implement a app with UIPageViewController I'd like to use a custom …

ios storyboard uipageviewcontroller uipagecontrol
Insets to UIImageView?

I would like to achieve : Scale to fill mode of image view Insets to UIImageView so that image does not …

ios iphone uiimageview storyboard
In iOS13 the status bar background colour is different from the navigation bar in large text mode

Pre-conditions to reproduce the problem: Xcode 11 beta + iOS 13 (latest version until Jun. 12 2019) The navigation bar is in Large text mode …

ios storyboard uistoryboard ios13
Custom font in a storyboard?

I have a font added to my iOS project. It's in the project and copied when the project builds. It …

iphone ios cocoa-touch storyboard custom-font