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.

How to disable back button in navigation bar

Is there any official way how to set UIBarButtonItem.enabled property? I tried to set a backButtonItem in previous controller. …

ios swift storyboard
How to change bottom layout constraint in iOS, Swift

I have scroll view as @IBOutlet @IBOutlet weak var mainScrollView: UIScrollView! I want to change the "Bottom space to: Bottom …

ios xcode swift storyboard nslayoutconstraint
Conditional segue performed on tap on UITableViewCell

I'm working on some project for iOS 5 using Xcode 4.2. I have one UITableViewController and want to perform a segue when …

ios uitableview storyboard xcode4.2
Storyboard Segue From View Controller to Itself

I am trying to make a mechanism to drill down a file / folder list. The idea is to show the …

ios uitableview uiviewcontroller storyboard segue
How to measure estimate and story points in Scrum?

Lets take an example suppose we got 5 stories A,B and C,D,E. Importance Name Estimate 90 B 70 A 50 C 35 …

agile scrum iteration storyboard sprint
IOS StoryBoard multiple Segue's from a TableCell

Hi I have a storyboard and am able to show a detail view when clicking on a table cell. I …

ios storyboard segue
Designing in landscape with Storyboards

Is it possible to design interfaces in landscape with Interface Builder? Others with the same question apparently were able to …

iphone ios interface-builder storyboard
wrong frame size in viewDidLoad

Possible Duplicate: Why am I having to manually set my view’s frame in viewDidLoad? I have universal app for …

ios ipad storyboard ios-simulator nib
performSegueWithIdentifier vs instantiateViewControllerWithIdentifier

I don't seem to get this SIGABRT I keep getting. I have this storyboard iOS application, and in the storyboard …

ios ios5 storyboard xcode-storyboard
iOS Xcode LaunchScreen Storyboard not displaying

I'm trying to use Xcode's LaunchScreen storyboard as my launch screen? All the questions that have previously been asked about …

ios xcode storyboard launch-screen