C# 클래스 Touchin.SQLiteExtensions.MainViewController

상속: UITableViewController
파일 보기 프로젝트 열기: TouchInstinct/Training

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MainViewController ( ) : System
RowsInSection ( UITableView tableview, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

비공개 메소드들

메소드 설명
HandleLocationsUpdated ( object sender, CLLocationsUpdatedEventArgs e ) : void

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

MainViewController() 공개 메소드

public MainViewController ( ) : System
리턴 System

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
리턴 int

TitleForHeader() 공개 메소드

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
리턴 string

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void

ViewWillAppear() 공개 메소드

public ViewWillAppear ( bool animated ) : void
animated bool
리턴 void