C# 클래스 CalendarSample.MainMenuTableViewController

파일 보기 프로젝트 열기: GoXuni/Xamarin.iOS-Samples

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MainMenuTableViewController ( IntPtr handle ) : Foundation
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
GetBytes ( string str ) : byte[]
ReleaseDesignerOutlets ( ) : void

메소드 상세

GetCell() 공개 메소드

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

MainMenuTableViewController() 공개 메소드

public MainMenuTableViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
리턴 Foundation

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
리턴 nint

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
리턴 nint

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void