cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
在这个方法中
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
但是我只能在选择该单元格时才能看到它,否则它是不可见的。当背景为白色时它可以完美地工作。我确定我需要设置一个属性,但我不知道我需要更改哪个属性才能使这个东西工作。
提前致谢。
干杯。