프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FlexGrid | FlexGrid |
메소드 | 설명 | |
---|---|---|
CanMoveRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
ColumnLayoutEditorTableViewController ( |
||
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
MoveRow ( UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath ) : void | ||
NumberOfSections ( UITableView tableView ) : nint | ||
RowsInSection ( UITableView tableView, nint section ) : nint | ||
ViewDidLoad ( ) : void |
메소드 | 설명 | |
---|---|---|
ReleaseDesignerOutlets ( ) : void |
public CanMoveRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | bool |
public ColumnLayoutEditorTableViewController ( |
||
handle | ||
리턴 | Foundation |
public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
editingStyle | UITableViewCellEditingStyle | |
indexPath | NSIndexPath | |
리턴 | void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
리턴 | UITableViewCell |
public MoveRow ( UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath ) : void | ||
tableView | UITableView | |
sourceIndexPath | NSIndexPath | |
destinationIndexPath | NSIndexPath | |
리턴 | void |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
리턴 | nint |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
리턴 | nint |