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.

IBAction & Buttons programmatically

I'm creating buttons programmatically and I then want to add functionality whereby when they are tapped on/pressed, they stay …

ios objective-c uibutton uistoryboard ibaction
Xcode 6 beta 7: storyboard adds extra space on right and left sides

When I add subview to root ViewController's view, and with auto layout setup leadingSpace,trailingSpace,topSpace and bottomSpace to zero, …

ios storyboard autolayout uistoryboard xcode6
iOS9 storyboard what is unhandled action (handleNonLaunchSpecificActions)?

I've noticed the following error popping up in the console when running my app on iOS 9 when using a storyboard. …

error-handling uistoryboard ios9 xcode7 transition-coordinator
Disabling segue animation

I want to Show (e.g. push) segues in my storyboard, to connect my viewcontrollers and my navigation controller. Then …

ios swift segue uistoryboard uistoryboardsegue
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
Font color for UILabel not changing

I am trying to display numbers on a UILabel with a bold black font and size 50. After some failed attempts …

ios objective-c uilabel uistoryboard uifont
Xcode Localization is driving me nuts! Not loading Storyboard

It's been 2 days this issue is driving me nuts. I'm trying to localize my iOS app but for the life …

iphone ios xcode localization uistoryboard
How to honor Dynamic Type Accessibility Sizes with a custom font in an iOS storyboard

How can I use the dynamic type text style "Title 1" and set the font face to the built-in font Chalkboard …

ios swift uistoryboard xcode-storyboard
How to Perform Segue With Delay

In my storyboard, I have a view as a splash screen. In this view, I already have a button like "…

iphone objective-c ios5 uistoryboard uistoryboardsegue
Push segue without animation

I'm writing a storyboard-based iPhone app and working on state restoration. When performing the segues normally, I want to have …

cocoa-touch animation uikit uistoryboard segue