equal
deleted
inserted
replaced
116 [self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade]; |
116 [self.tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationFade]; |
117 } |
117 } |
118 |
118 |
119 #pragma mark - |
119 #pragma mark - |
120 #pragma mark Table view delegate |
120 #pragma mark Table view delegate |
121 |
|
122 -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { |
121 -(void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { |
123 if (childController == nil) { |
122 if (childController == nil) { |
124 childController = [[SingleSchemeViewController alloc] initWithStyle:UITableViewStyleGrouped]; |
123 childController = [[SingleSchemeViewController alloc] initWithStyle:UITableViewStyleGrouped]; |
125 } |
124 } |
126 |
125 |