C# 클래스 XamarinEvolveIOS.MeetUpViewController.MeetUpViewDataDource

상속: PlaceListViewDataSource
파일 보기 프로젝트 열기: bholmes/XamarinEvolve2013Project

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
MeetUpViewDataDource ( MeetUpViewController viewController ) : System
TitleForHeader ( UITableView tableView, int section ) : string

메소드 상세

GetCell() 공개 메소드

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

MeetUpViewDataDource() 공개 메소드

public MeetUpViewDataDource ( MeetUpViewController viewController ) : System
viewController MeetUpViewController
리턴 System

TitleForHeader() 공개 메소드

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