On an iPhone, how do you figure out the width of a table view cell\'s content view when it is showing a certain accessory view (disclosure indicator, etc)?
I believe the UITableViewCell's contentView property is the view that contains your labels etc., so the width of that should be your available size to use.