I want to align the content of the UILabel with the UIImageView at the bottom level BUT, I want this:
NOT this:
I want to align the content of the UILabel with the UIImageView at the bottom level BUT, I want this:
NOT this:
I managed to solved it in the interface builder like this:
I changed the constraint from bottom to last baseline.