C# Class AdvancedColorPicker.ColorPickerViewController

Inheritance: UIViewController
Afficher le fichier Open project: YiannisBourkelis/AdvancedColorPicker Class Usage Examples

Méthodes publiques

Méthode Description
ColorPickerViewController ( ) : System
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
ShouldAutorotate ( ) : bool
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
HandleColorPicked ( ) : void
HandleHueChanged ( ) : void
PositionHueIndicatorView ( ) : void
PositionIndicators ( ) : void
PositionSatBrightIndicatorView ( ) : void

Method Details

ColorPickerViewController() public méthode

public ColorPickerViewController ( ) : System
Résultat System

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

ShouldAutorotate() public méthode

public ShouldAutorotate ( ) : bool
Résultat bool

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewDidLayoutSubviews() public méthode

public ViewDidLayoutSubviews ( ) : void
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void