Showing a checkmark accessory view move the table contents
问题 I followed Apple's documentation on adding subview to the UITableViewcell here to add a 3rd label to the cell. The problem is when I show the standard checkmark accessory view on the right the whole cell contents moves left even when I didn't show the 3rd label. Screenshot below . And here is my code: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"MyCell"; UILabel *mainLabel, *secondLabel,