Skip to content

MediaCollectionViewCell: replace stack view by auto layout rules

Felix Paul Kühne requested to merge fkuehne/vlc-ios:speedup-parttwo into master

This speeds-up scrolling on slower devices.

With this MR, MediaCollectionViewCell is down to a singular stack view (which could be removed by further adapting the text management logic of the cell).

Merge request reports