C# 클래스 AdvancedColorPicker.ColorPickerViewController

상속: UIViewController
파일 보기 프로젝트 열기: YiannisBourkelis/AdvancedColorPicker 1 사용 예제들

공개 메소드들

메소드 설명
ColorPickerViewController ( ) : System
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
ShouldAutorotate ( ) : bool
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLayoutSubviews ( ) : void
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
HandleColorPicked ( ) : void
HandleHueChanged ( ) : void
PositionHueIndicatorView ( ) : void
PositionIndicators ( ) : void
PositionSatBrightIndicatorView ( ) : void

메소드 상세

ColorPickerViewController() 공개 메소드

public ColorPickerViewController ( ) : System
리턴 System

DidRotate() 공개 메소드

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
리턴 void

GetSupportedInterfaceOrientations() 공개 메소드

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
리턴 UIInterfaceOrientationMask

ShouldAutorotate() 공개 메소드

public ShouldAutorotate ( ) : bool
리턴 bool

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

ViewDidLayoutSubviews() 공개 메소드

public ViewDidLayoutSubviews ( ) : void
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void