A method identified as deprecated has been superseded and may become unsupported in the future.
Asks the delegate for the type of standard accessory view to use as a disclosure control for the specified row. (Deprecated in iPhone OS 3.0. Use the accessory-view and accessory-type properties (for both normal and editing modes) of the UITableViewCell class when configuring table-view cells.)
- (UITableViewCellAccessoryType)tableView:(UITableView *)tableView accessoryTypeForRowWithIndexPath:(NSIndexPath *)indexPath
The table-view object requesting the accessory-view type.
An index path locating the row in tableView.
A constant identifying a type of standard accessory view. For details, see the "Constants” section in UITableViewCell Class Reference.
UITableView.hLast updated: 2009-11-17