Top "Uistoryboard" 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.

Xcode 6: can't connect any IBOutlet to ViewController

After upgrading to Xcode 6, I opened an old project (that contains a subproject, so it has many targets) and I …

ios objective-c xcode xcode6 uistoryboard
How do I create a segue that can be called from a button that is created programmatically?

In Swift I have a button created programmaticaly using: var button = UIBarButtonItem(title: "Tableau", style: .Plain, target: self, action: "tabBarTableauClicked") …

swift segue uistoryboard uistoryboardsegue
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
Reuse a uiview xib in storyboard

I typically like to create and design my uiviews in interface builder. Sometimes I need to create a single view …

uiview autolayout interface-builder uistoryboard xib
How do I set selected tab in UITabBarController using StoryBoard?

How can I switch to some tab in UITabBarController using StoryBoard? I have tried the code below but without success (…

ios tabs uistoryboard
Present storyboard ViewController from another ViewController

I have multiple UIViewControllers in my iOS App's Storyboard. I want to open one of the UIViewControllers (in the storyboard) …

ios ios5 uiviewcontroller uistoryboard
ios pass values during a segue to another view

Trying to do something I've seen documented in a lot of places, but can't seem to manage. I'm trying to …

ios segue uistoryboard
Does anyone know what the new Exit icon is used for when editing storyboards using Xcode 4.5?

Right-clicking the Exit icon yields an empty window. Can't Ctrl-drag a connection to any IB elements or corresponding source files. …

interface-builder ios6 uistoryboard uistoryboardsegue xcode4.5
Storyboard Entry Point Missing

In xcode 7.2 there is no Storyboard Entry Point item in the Object List. I need to use Storyboard Entry Point , …

swift uistoryboard xcode7.2
Instantiate View Controller from Storyboard vs. Creating New Instance

What is the functional difference between instantiating a View Controller from the storyboard and creating a new instance of it? …

ios objective-c uiviewcontroller uistoryboard