C# 클래스 SplitDemo.MasterTableViewController

상속: UITableViewController
파일 보기 프로젝트 열기: mikebluestein/SplitDemo 1 사용 예제들

공개 메소드들

메소드 설명
MasterTableViewController ( IntPtr p ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void

메소드 상세

MasterTableViewController() 공개 메소드

public MasterTableViewController ( IntPtr p ) : System
p System.IntPtr
리턴 System

ShouldAutorotateToInterfaceOrientation() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void