Method | Description | |
---|---|---|
ColorPickerViewController ( ) : System | ||
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
ShouldAutorotate ( ) : bool | ||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
ViewDidLayoutSubviews ( ) : void | ||
ViewDidLoad ( ) : void |
Method | Description | |
---|---|---|
HandleColorPicked ( ) : void | ||
HandleHueChanged ( ) : void | ||
PositionHueIndicatorView ( ) : void | ||
PositionIndicators ( ) : void | ||
PositionSatBrightIndicatorView ( ) : void |
public ColorPickerViewController ( ) : System | ||
return | System |
public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void | ||
fromInterfaceOrientation | UIInterfaceOrientation | |
return | void |
public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
return | UIInterfaceOrientationMask |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
return | bool |