프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Container | |||
Root |
메소드 | 설명 | |
---|---|---|
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void | ||
DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void | ||
DraggingStarted ( UIScrollView scrollView ) : void | ||
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell | ||
GetHeightForFooter ( UITableView tableView, int sectionIdx ) : float | ||
GetHeightForHeader ( UITableView tableView, int sectionIdx ) : float | ||
GetViewForFooter ( UITableView tableView, int sectionIdx ) : UIView | ||
GetViewForHeader ( UITableView tableView, int sectionIdx ) : UIView | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowSelected ( UITableView tableView, MonoTouch indexPath ) : void | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
Scrolled ( UIScrollView scrollView ) : void | ||
SectionIndexTitles ( UITableView tableView ) : string[] | ||
Source ( |
||
TableScrollOffset ( ) : float | ||
TitleForFooter ( UITableView tableView, int section ) : string | ||
TitleForHeader ( UITableView tableView, int section ) : string |
public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | void |
public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void | ||
scrollView | UIScrollView | |
willDecelerate | bool | |
리턴 | void |
public DraggingStarted ( UIScrollView scrollView ) : void | ||
scrollView | UIScrollView | |
리턴 | void |
public GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | MonoTouch | |
리턴 | UITableViewCell |
public GetHeightForFooter ( UITableView tableView, int sectionIdx ) : float | ||
tableView | UITableView | |
sectionIdx | int | |
리턴 | float |
public GetHeightForHeader ( UITableView tableView, int sectionIdx ) : float | ||
tableView | UITableView | |
sectionIdx | int | |
리턴 | float |
public GetViewForFooter ( UITableView tableView, int sectionIdx ) : UIView | ||
tableView | UITableView | |
sectionIdx | int | |
리턴 | UIView |
public GetViewForHeader ( UITableView tableView, int sectionIdx ) : UIView | ||
tableView | UITableView | |
sectionIdx | int | |
리턴 | UIView |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
리턴 | int |
public RowSelected ( UITableView tableView, MonoTouch indexPath ) : void | ||
tableView | UITableView | |
indexPath | MonoTouch | |
리턴 | void |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
리턴 | int |
public Scrolled ( UIScrollView scrollView ) : void | ||
scrollView | UIScrollView | |
리턴 | void |
public SectionIndexTitles ( UITableView tableView ) : string[] | ||
tableView | UITableView | |
리턴 | string[] |
public Source ( |
||
container | ||
리턴 | System |
public TitleForFooter ( UITableView tableView, int section ) : string | ||
tableView | UITableView | |
section | int | |
리턴 | string |
public TitleForHeader ( UITableView tableView, int section ) : string | ||
tableView | UITableView | |
section | int | |
리턴 | string |
protected DialogViewController,MonoTouch.Dialog Container | ||
리턴 |