I've already implement a custom cell using auto layout like this:
It has 4 parts as you can see: [thumbnail, title, summary, feedName]
.
I need to layout title
& summary
beautifully. They're both multi-line UILabels.
What I need to achieve is that when there are too many texts, the summary's line count gets decreased first, then the title's, not like what the picture is showing (the title only occupies one line).
I've tried setting the hugging and resistance priorities like this, but it's not working, any ideas?
title:
summary: