Top "Xcode-storyboard" questions

A storyboard is a visual representation of the user interface of an iOS, tvOS, watchOS or macOS application, showing screens of content and the connections between those screens.

What is the difference between a .xib file and a .storyboard?

Can someone explain in simple words the difference between .xib and .storyboard?

iphone ios ios5 xib xcode-storyboard
Xcode 8 - IB Designables - Failed to render and update auto layout status, The agent crashed

I recently upgraded to Xcode 8 and I am having issues with the Storyboard. If I open the project and I …

ios xcode8 xcode-storyboard
How to remove constraints programmatically that is added from storyboard?

I have googled but not find out answer. So I need to ask. I have one home screen. When User …

ios xcode-storyboard ios-autolayout
Could not find a storyboard named 'MainStoryBoard' in bundle NSBundle

I have started a new app a few days ago and began working with the simulator to test it. I …

iphone ios xcode-storyboard
how to make UILabel autosize text in storyboard (or interface builder), NOT programmatically

Every time I click-and-drag a UILabel to storyboard, and then add text to Text field, the text is cut off, …

iphone ios xcode interface-builder xcode-storyboard
UITableView with static cells does not appear

I have created a new Xcode project using Storyboards (tab view template). I added a couple of view controllers to …

ios uitableview xcode-storyboard
Modify UIImage renderingMode from a storyboard/xib file

Is it possible to modify a UIImage's renderingMode from a storyboard or xib editor? The goal is to apply tintColor …

ios ios7 xcode-storyboard
When to use Storyboard and when to use XIBs

Are there any guidelines on when to use storyboards in an iOS project and when to use XIBs? what are …

ios xcode uistoryboard xcode-storyboard
UIPageViewController and storyboard

I'm trying to configure a UIPageViewController SPECIFICALLY from storyboard: TutorialPageViewController.h #import <UIKit/UIKit.h> @interface TutorialPageViewController : UIPageViewController &…

ios uistoryboard uipageviewcontroller xcode-storyboard
Storyboard "Main", but didn't get a UITableView when using UITableViewController

I have been going through this tutorial, "Option 2: Prototype Cells" I implimented all the steps, but, the following code gives …

ios xcode uitableview xcode-storyboard