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.

Xcode Storyboard displaying the new iPhone 5 screen size?

I have the latest version of Xcode. In one of my projects I noticed that the views for the iPhone …

iphone ios6 xcode4.5 iphone-5 xcode-storyboard
What is the difference between launchscreen.storyboard and main.storyboard

I googled the two word together but could not find anything. I have never used it. Is there any necessity …

ios xcode-storyboard launch-screen
Swift - Title Not Appearing for Navigation View Controller

I have a navigation view controller that upon action sends a segue to a tab bar view controller. Because of …

ios xcode swift uinavigationcontroller xcode-storyboard
How to change constraints programmatically that is added from storyboard?

I have one screen. It will display like below Now When User clicked I have an Account and Password(button) …

ios objective-c xcode-storyboard
Change Container View Content with Tabs in iOS

I'm trying to make a form that spans three tabs. You can see in the screenshot below where the tabs …

ios xcode-storyboard container-view
iOS storyboard - Disable status bar on storyboard once

Is there a way in Xcode when using the Storyboard in the Interface Builder to disable the status bar completely, …

ios xcode uiviewcontroller xcode-storyboard
How to tell the active view controller when applicationDidBecomeActive is called?

I feel I am missing a trick here... I just want to call viewDidLoad or viewDidAppear on the current active …

ios iphone swift xcode-storyboard
How do I change the preview device in Xcode storyboard?

As you can see from the below image The storyboard preview is of some tablet device, I need to change …

ios xcode xcode-storyboard
How to override trait collection for initial UIViewController? (with Storyboard)

I have an app targeted iOS8 and initial view controller is UISplitViewController. I use storyboard, so that it kindly instantiate …

swift uisplitviewcontroller ios8 xcode-storyboard
dequeueReusableCellWithIdentifier returns nil

I am using a Storyboard's prototype UITableViewCell and getting nil when dequeueReusableCellWithIdentifier is called in cellForRowAtIndexPath. I have triple checked …

ios objective-c uitableview xcode-storyboard