C# 클래스 Smeedee.iOS.RadioGroupTableViewController

파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
RadioGroupTableViewController ( string headline, IList labels, int selected ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

메소드 상세

RadioGroupTableViewController() 공개 메소드

public RadioGroupTableViewController ( string headline, IList labels, int selected ) : System
headline string
labels IList
selected int
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

WillRotate() 공개 메소드

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
리턴 void