Skip to content

AppCoordinator: Fix round corners

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

For some unknown reason, reading tabBarController anchors sets round corners for the entire app. A workaround is to set cornerRadius to 0 for the topmost layer so there are no round corners anymore.

Closes #662 (closed)

Merge request reports