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 ScrollView needs constraint for y position or height

-ViewController --View ---ScrollView (Top,Bottom,Leading,Trailing spaces to superview set to 0) ----ContentView (Top,Bottom,Leading,Trailing spaces to superview …

ios objective-c autolayout storyboard scrollview
UIStoryboard: What's the Correct Way to Get the Active Storyboard?

I am currently furiously digging through all the docs, and haven't quite found what I'm looking for. I suspect it …

ios runtime storyboard
Setting the default tab when using storyboards

Can anyone please tell me how to set the default tab when using storyboards in iOS. I can't seem to …

ios uitabbarcontroller storyboard uitabbar
What are the benefits of using Storyboards instead of xib files in iOS programming?

What are the main differences between using Storyboards and xib files. Specifically, what are the advantages or disadvantages of using …

ios xcode storyboard interface-builder xib
iOS 7: Misplaced View Frame for "Label - Label" will be different at run time

I just finished an app on iOS 6 and bought a developer account a week ago so haven't had much time …

ios ios7 storyboard uistoryboard nslayoutconstraint
Illegal Configuration: Compiling IB documents for earlier than iOS 7 is no longer supported

I recently updated to XCode 9. When I build the app it says "illegal configuration" for some storyboards in my pod …

storyboard xcode9-beta
Passing object with prepareForSegue Swift

I am trying to pass an object to another scene with prepareForSegue() override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) { // Get …

ios xcode swift storyboard uistoryboard
Swift 3, Xcode 8 Instantiate View Controller is not working

Xcode 8 when it compiles says to change instantiate viewcontroller with identifier to simply, instantiate view controller. I did that, why …

swift storyboard swift3 viewcontroller xcode8
The document Main.storyboard requires Xcode 8.0 or later

I downloaded Xcode beta and opened my existing project to see how it works with Xcode 8 beta (I opened Storyboard …

ios objective-c xcode storyboard ios10
Unknown class in interface builder

I know that there are a lot of questions on this subject but I've tried most of them to try …

ios iphone xcode storyboard