◆ alertView:clickedButtonAtIndex:()
| - (void) alertView: |
|
(UIAlertView*) |
alertView |
| clickedButtonAtIndex: |
|
(NSInteger) |
buttonIndex |
|
|
| |
|
implementation |
◆ initWithStyle:()
| - (id) initWithStyle: |
|
(UITableViewStyle) |
style |
|
|
implementation |
◆ itemForIndexPath:()
| - (id) itemForIndexPath: |
|
(NSIndexPath*) |
indexPath |
|
|
implementation |
◆ msgQueuePush:()
| - (void) msgQueuePush: |
|
(NSString *) |
msg |
|
|
implementation |
◆ numberOfSectionsInTableView:()
| - (NSInteger) numberOfSectionsInTableView: |
|
(UITableView*) |
tableView |
|
|
implementation |
◆ reloadData()
◆ renderMessageBox:()
| - (void) renderMessageBox: |
|
(NSString *) |
msg |
|
|
implementation |
◆ tableView:cellForRowAtIndexPath:()
| - (UITableViewCell *) tableView: |
|
(UITableView *) |
tableView |
| cellForRowAtIndexPath: |
|
(NSIndexPath *) |
indexPath |
|
|
| |
|
implementation |
◆ tableView:didSelectRowAtIndexPath:()
| - (void) tableView: |
|
(UITableView *) |
tableView |
| didSelectRowAtIndexPath: |
|
(NSIndexPath *) |
indexPath |
|
|
| |
|
implementation |
◆ tableView:heightForRowAtIndexPath:()
| - (CGFloat) tableView: |
|
(UITableView *) |
tableView |
| heightForRowAtIndexPath: |
|
(NSIndexPath *) |
indexPath |
|
|
| |
|
implementation |
◆ tableView:numberOfRowsInSection:()
| - (NSInteger) tableView: |
|
(UITableView *) |
tableView |
| numberOfRowsInSection: |
|
(NSInteger) |
section |
|
|
| |
|
implementation |
◆ tableView:titleForHeaderInSection:()
| - (NSString *) tableView: |
|
(UITableView*) |
tableView |
| titleForHeaderInSection: |
|
(NSInteger) |
section |
|
|
| |
|
implementation |
◆ willReloadData()
The documentation for this class was generated from the following file: