I just stumbled upon this new iOS8 API. However, I cannot find a solution if I can use images instead of text and allow scrolling left and right? Is it possible? The only thing I found is the following:
- (NSArray *)tableView:(UITableView *)tableView editActionsForRowAtIndexPath:(NSIndexPath *)indexPath { UITableViewRowAction *moreAction = [UITableViewRowAction rowActionWithStyle:UITableViewRowActionStyleNormal title:@"Button1" handler:^(UITableViewRowAction *action, NSIndexPath *indexPath){
ios objective-c uitableview
Michih
source share