我在UITableViewcell中使用披露btn。当我使用:
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
它导航到anotherViewController,当我使用它时,它不会导航到btn点击
cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;
点击DetailDisclosureButton,我该怎么做才能导航?
答案 0 :(得分:12)
在这里处理事件 -
- (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath