In every UITableViewCell of a UITableView I\'m placing an image in its imageView. However, if I increase the height of a cell using tableView:heightForRowAtIndexPath: to acc
You can create a custom cell and place the objects where you need them to be as well as setting the auto mask values.