This is essentially due to the cell/tableView autosizing not accommodating for the full expected height of the imageView. Might be caused by the pesky 999
height constraint priority, but using 1000
instead causes other subviews of the cell to break in height. So really, on iOS 10, we need sort of layout pass or calculation to occur on device orientation, trait collection, or frame changes.
iOS 10 only, does not reproduce on iOS 9. iPad.
Can you still repro this one @kurzee? I'm not having any luck when I try.
Assuming resolved. If it turns out we can repro then we can reopen.
Retested, all good on this one!
Thanks for checking!