I have UICollectionViewCell with 2 UILabels that both can have 1 to N lines of text. I would like to use autolayout for calculation of cell height. I have set constraints for labels as follows:
When I run my app, cells are not displayed properly. Layout inspector says that my labels have ambiguous height. I've read quite a lot of possible solutions and tutorials how to achieve self sizing cells, but without any luck. Thanks for help.