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.

iOS - Toolbar not showing

Using the storyboard I created a new screen for a second View controller and added a Toolbar at the bottom. …

ios storyboard toolbar viewcontroller segue
Segues initiated directly from view controllers warning in storyboard xcode

Hi I have created button programmatically and I connected it to another view, but I got segue warning that I …

ios objective-c storyboard segue uistoryboardsegue
Xcode changes unmodified storyboard and XIB files

Storyboards are rather a royal pain from a git workflow perspective when multiple people are collaborating on them. For example, …

ios xcode interface-builder storyboard xib
What are some tools for storyboarding an application, including the GUI?

Are there any (preferably free) tools which would let you throw together a quick outline of a UI, and build …

storyboard ui-design
How to use single storyboard uiviewcontroller for multiple subclass

Let say I have a storyboard that contains UINavigationController as initial view controller. Its root view controller is subclass of …

objective-c cocoa-touch ios5 uiviewcontroller storyboard
TableView rounded corners and shadow

I have a tableview with three rows. I am trying to make the table rows have rounded corners and also …

ios swift uitableview storyboard tableview
How can I rearrange UITabBarController items using the Storyboard?

Hi I have a UITabBarController in XCode 4.5 as the root controller with many tabs I need to change the order …

ios iphone xcode storyboard
How to delete things when I'm using the storyboard?

When it comes to Xcode4.2, I'm really in a puzzle about the storyboard. For example, I add a label to …

iphone ios5 xcode4.2 storyboard
Unwind segue with Navigation back button

I have watched the apple demo video on storyboard implementation with the unwind segues section and seen the demo using …

xcode storyboard segue
How do I pass data from a tab bar controller to one of its tabs?

I have a UITabBarController set up in storyboard. I want to pass a dictionary of data from the tab bar …

iphone objective-c uiviewcontroller uitabbarcontroller storyboard