메소드 | 설명 | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
MainSampleMenuTableViewController ( |
||
NumberOfSections ( UITableView tableView ) : nint | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableView, nint section ) : nint | ||
ViewDidLoad ( ) : void |
메소드 | 설명 | |
---|---|---|
GetBytes ( string str ) : byte[] | ||
ReleaseDesignerOutlets ( ) : void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public MainSampleMenuTableViewController ( |
||
handle | ||
리턴 | Foundation |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
리턴 | nint |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | void |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
리턴 | nint |