Skip to content

MediaMoreOptionsActionSheet: Fix frame height before subviews first show

Edgar Fouillet requested to merge edrflt/vlc-ios:fix__actionsheet into master

This prepares the subviews by adding them outside the Action Sheet and layout them then animate only the transition.
This way, the frame is correct and the layout done before instead of during the transition.

Merge request reports