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.

Is it possible to update a localized storyboard's strings?

I localized a part of my application with creating a base.lproj storyboard and 3 string files for it. It was …

ios xcode string localization storyboard
Adaptive segue in storyboard Xcode 6. Is push deprecated?

Xcode 6 interface builder by default has new checkbox "use size classes". It makes views adaptive. When I try to make …

storyboard push ios8 xcode6
How to create an Empty Application in Xcode without Storyboard

Xcode6 has removed the Empty Application template when creating a new project. How can we create an empty application (without …

ios xcode storyboard xcode6
Use didSelectRowAtIndexPath or prepareForSegue method for UITableView?

I'm using storyboards and I have a UITableView. I have a segue setup that pushes from my table to the …

ios objective-c iphone uitableview storyboard
Custom views with Storyboard

In complex screens (View Controllers) I used to separate the whole thing in smaller pieces (I call them widgets). These …

ios storyboard xib
Auto Layout to dynamically size uilabel width

So I have two UILabels side by side in Storyboard. The second label should butt up against the right edge …

ios storyboard constraints autolayout
Creating a reusable UIView with xib (and loading from storyboard)

OK, there are dozens of posts on StackOverflow about this, but none are particularly clear on the solution. I'd like …

ios objective-c uiview storyboard nib
How to change the size of a view controller on the storyboard for editing purpose?

I have a simple question and I have spent countless hours trying to figure this out. How can I change …

iphone ios xcode storyboard
Status Bar Text Color iOS 7

I am unable to change the text colour in the status bar in iOS 7 SDK. Currently its black and i …

ios objective-c storyboard ios7 uistoryboard
Alternative ways to push view controllers with storyboard programmatically

I'm looking for alternative ways to push view controllers instantiated on storyboard programmatically. I've actually found two ways, that I …

ios views push storyboard