Can a standard accessory view be in a different position within a uitableviewcell?
- by cannyboy
I want my accessory to be in a slightly different place than normal. Is it possible?
This code has no effect:
cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
cell.accessoryView.frame = CGRectMake(5.0, 5.0, 5.0, 5.0);