UI: Fix spacing on "New media group" button
requested to merge chamander/vlc-ios:ui/addtocollectionviewcontroller-button-spacing-on-ipad into master
Addresses #877 (closed).
Changes here apply another rule to the vertical layout of the "Add to Collection" view.
The rules now are:
- The spacing between the bottom of the button must be at least 10pts, and
- Where that's achieved, align the bottom of the button to the bottom of the safe area.
The 10pt minimum matches the 10pts which is required above the button.
Screenshots
iPad | iPhone (before) | iPhone (after) |
---|---|---|
Edited by Gavan Chan