Méthode | Description | |
---|---|---|
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
MyViewController ( |
||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
ViewWillDisappear ( bool animated ) : void |
public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
fromInterfaceOrientation | UIInterfaceOrientation | |
Résultat | void |
public MyViewController ( |
||
container | ||
Résultat | System |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
Résultat | bool |
public ViewWillDisappear ( bool animated ) : void | ||
animated | bool | |
Résultat | void |