Open florjon opened 9 years ago
Try this:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
SWTableViewCell *cell = (SWTableViewCell *)[tableView cellForRowAtIndexPath:indexPath];
[cell showRightUtilityButtonsAnimated:YES];
}
hello,
have any one tried to see the buttons , not by swiping, but just by touching the table view cell ?
thnx in advance.