Last week I had weird issue while applying autolayout rules to UITableViewCell. TableViewCell has two components attached to it.
1. An UIImageView
2. Two variable length UILabels stacked vertically on the top of each other
And I wanted tableView cells to look like this,
Nice, isn't it? Let's look at