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 do I access my viewController from my appDelegate? iOS

I have an iOS app I created as a "view-based app" in xCode. I have only one viewController, but it …

ios uiviewcontroller uikit storyboard
How to segue back to a UIViewController that's already loaded?

I have a view on a storyboard the has a button to perform a certain action. To perform this action …

objective-c ios storyboard segue
What is a StoryBoard ID and how can i use this?

i'm new to IOS developing and recently started in Xcode 4.5. I saw for every viewController that i could set some …

xcode storyboard interface-builder
In a storyboard, how do I make a custom cell for use with multiple controllers?

I'm trying to use storyboards in an app I'm working on. In the app there are Lists and Users and …

objective-c ios uitableview storyboard
Change UIButton BorderColor in Storyboard

I Set CornerRadius and BorderWidth for UIbutton in User Defined Runtime Attributes. Without adding layer.borderColor it works Well and …

ios colors uibutton storyboard
@IBDesignable error: IB Designables: Failed to update auto layout status: Interface Builder Cocoa Touch Tool crashed

I have a very simple subclass of UITextView that adds the "Placeholder" functionality that you can find native to the …

ios swift xcode storyboard interface-builder
Converting Storyboard from iPhone to iPad

I have an iPhone application which has a storyboard. Now I want to provide an iPad application too. So I …

ios iphone xcode ipad storyboard
UICollectionView - distance between cells?

I'm using a UICollectionView with the cell width of 67, right now I am using a flow layout. I have 3 cells …

ios objective-c uicollectionview storyboard uicollectionviewflowlayout
Xcode: "Scene is unreachable due to lack of entry points" but can't find it

Xcode 4.5.2 gives me the following warning: Unsupported Configuration Scene is unreachable due to lack of entry points and does not …

ios xcode storyboard warnings
Storyboard warning: prototype table cells must have reuse identifiers

I am getting this warning from storyboard - prototype table cells must have reuse identifiers. I have renamed the identifier …

iphone ios xcode storyboard