Top "Uistoryboardsegue" questions

UIStoryboardSegue is the Cocoa Touch class for segues used in storyboards in iOS 5.0 and later.

How to Perform Segue With Delay

In my storyboard, I have a view as a splash screen. In this view, I already have a button like "…

iphone objective-c ios5 uistoryboard uistoryboardsegue
Unwind Segue for UINavigationController

I have a simple UINavigationController which pushes a UIViewController onto the stack via a custom segue. I then implemented an …

ios uistoryboardsegue
How do I set the title on the destination view controller during prepareForSegue:

I want to simply set the title on my destination view controller so that it shows in its navigation controller's …

ios uistoryboard uistoryboardsegue
Manual modal segue does not work, View Controller is not in the window hierarchy?

I've been searching the web and Stack Overflow for hours and I cannot resolve this issue. here's hoping you all …

ios ios5 ios6 uistoryboard uistoryboardsegue
UITableView "selection" triggered segue

I am using Storyboard and UITableView without UINavigationController. When tapping on any cell, it should bring user to a detail …

ios uitableview uistoryboard uistoryboardsegue
Hide navigation bar, but when I transition to the previous view (popped) it shows the old back button temporarily. Why?

I have view controllers in a navigation controller (root: RootViewController, second: ReadingViewController), but in the second view controller I want …

ios objective-c uinavigationcontroller uinavigationbar uistoryboardsegue
NSInvalidArgumentException reason Receiver has no segue with identifier

I have problem I've been sitting with. I have a UIViewController List and a UIViewController Login. On Login I have …

objective-c xcode segue uistoryboardsegue
Is there a way to select a segue anchor programmatically?

Suppose I have a Storyboard containing a view that contains a button. When the user presses this button, a popover …

objective-c ios storyboard uistoryboardsegue
How to use dismiss an iPhone popover in an Adaptive Storyboard

I am new to iOS development, and am trying to learn storyboarding, Swift, and the new features of iOS 8 at …

ios8 uistoryboard uistoryboardsegue
Swift - How do I segue from ViewController to TabBarController

How do I add a ViewController before a TabBarController in Swift? I am using Parse to make a custom login …

xcode swift uistoryboardsegue