public class UIStoryboardSegue extends NSObject
| Constructor and Description |
|---|
UIStoryboardSegue(String identifier,
UIViewController source,
UIViewController destination) |
| Modifier and Type | Method and Description |
|---|---|
UIViewController |
destinationViewController() |
String |
identifier() |
void |
perform() |
static UIStoryboardSegue |
segueWithIdentifier(String identifier,
UIViewController source,
UIViewController destination,
Runnable performHandler) |
UIViewController |
sourceViewController() |
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic UIStoryboardSegue(String identifier, UIViewController source, UIViewController destination)
public static UIStoryboardSegue segueWithIdentifier(String identifier, UIViewController source, UIViewController destination, Runnable performHandler)
public void perform()
public String identifier()
public UIViewController sourceViewController()
public UIViewController destinationViewController()
Copyright © 2020. All rights reserved.