메소드 | 설명 | |
---|---|---|
DisposeOldViewController ( UIViewController controller ) : void | ||
NavigationController ( ) : System | ||
NavigationController ( NSCoder coder ) : System | ||
NavigationController ( NSObjectFlag t ) : System | ||
NavigationController ( UIViewController rootViewController ) : System | ||
NavigationController ( string nibName, NSBundle bundle ) : System | ||
PopToRootViewController ( bool animated ) : UIViewController[] | ||
PopToViewController ( UIViewController viewController, bool animated ) : UIViewController[] | ||
PopViewControllerAnimated ( bool animated ) : UIViewController |
public DisposeOldViewController ( UIViewController controller ) : void | ||
controller | UIViewController | |
리턴 | void |
public NavigationController ( NSCoder coder ) : System | ||
coder | NSCoder | |
리턴 | System |
public NavigationController ( NSObjectFlag t ) : System | ||
t | NSObjectFlag | |
리턴 | System |
public NavigationController ( UIViewController rootViewController ) : System | ||
rootViewController | UIViewController | |
리턴 | System |
public NavigationController ( string nibName, NSBundle bundle ) : System | ||
nibName | string | |
bundle | NSBundle | |
리턴 | System |
public PopToRootViewController ( bool animated ) : UIViewController[] | ||
animated | bool | |
리턴 | UIViewController[] |
public PopToViewController ( UIViewController viewController, bool animated ) : UIViewController[] | ||
viewController | UIViewController | |
animated | bool | |
리턴 | UIViewController[] |
public PopViewControllerAnimated ( bool animated ) : UIViewController | ||
animated | bool | |
리턴 | UIViewController |