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.

Segue to another storyboard?

Is it possible to segue from one storyboard to another, or to embed a storyboard in a view controller in …

ios xcode cocoa-touch ios5 uistoryboard
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
Xcode without Storyboard and ARC

i have downloaded new xcode-5 and just started using it. We can create application directly including storyboard and ARC , it …

ios iphone xcode uistoryboard
Passing Data between View Controllers in Swift

I am trying to convert an app from Objective-C to Swift but I can't find how to pass data between …

ios swift uistoryboard uistoryboardsegue
Storyboard navigation controller and tab bar controller

I am trying to get the following setup in Storyboard. Where I have a table view in the beginning, and …

ios uinavigationcontroller storyboard uitabbarcontroller uistoryboard
Uppercase characters in UItextfield

I have a question about iOS UIKeyboard. I have a UITextField and I would to have the keyboard with only …

ios iphone uitextfield uistoryboard
How to Dismiss a Storyboard Popover

I've created a popover from a UIBarButtonItem using Xcode Storyboards (so there's no code) like this: Presenting the popover works …

ios objective-c uipopovercontroller uibarbuttonitem uistoryboard
Xcode 6 how to enable storyboard zoom?

I've updated to Xcode 6 beta 3 and see that the [+ = -] buttons in the storyboard corner are gone. Is there a …

zoom uistoryboard xcode6
Xcode 10, where are the UI elements?

Have been out of Swift coding for almost a year, I'm back. Download Xcode 10 beta. Have I lost my mind? …

xcode interface-builder uistoryboard xcode10
Perform Segue on ViewDidLoad

In iOS 5 I have a Storyboard with a modal view controller, that I would like to display if its the …

ios ios5 uistoryboard