UITableViewCell's content view has wrong size after layouting
When you ask the contentView of UITableViewCell for its size the returned frame is only correct if the cell has already been rendered or the cell does not have any type of accessory view or accessory type. This is a problem if you want to calculate the height of a table view cell based on its layout as you have no chance to figure out the size of the contentView inside the tableView:heightForRowAtIndexPath: delegate method.
https://openradar.appspot.com/18290376













