我在UITableViewcell中使用披露btn.当我使用:
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
它导航到anotherViewController,当我使用它时,它不会导航btn点击
cell.accessoryType = UITableViewCellAccessoryDetailDisclosureButton;
点击DetailDisclosureButton,我该怎么办?
saa*_*nib 12
在这里处理事件 -
- (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1682 次 |
| 最近记录: |