I have gone through following question.
-(NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath{
return @"Sagar";
}
I want a custom image instead of default red button.
Don't know how.
Thanks in advance for sharing your knowledge.
Sagar.