- The goal is to create an adaptative table view using only auto layout. In IB or programmatically
- each cell should have a variable row height (UITableViewAutomaticDimension)
- Image should be 1/3 of the cell width and start on the left edge
- image ratio is 3/4
- title , date of creation or artist should never clip. They can be more than 1 line if needed
- title top is align with thumbnail image top. Creation date is below title, Artist is below creation date
- description is at least 10 point below thumb image or artist name whichever is lower
- No ellipsis on iphone 5 up to iPad
- layout remain as the device flip