iZettle / Presentation

Presentation is an iOS Swift library for working with UI presentations in a more structured way
MIT License
73 stars 11 forks source link

Workaround for iOS 13 navigation bar height issue #50

Closed enhorn closed 5 years ago

enhorn commented 5 years ago

Workaround for this iOS 13 issue: https://github.com/iZettle/Presentation/issues/49

Before: NavBar

After: Fixed

enhorn commented 5 years ago

Waiting to we if this bug has been in the GM release of iOS 13, that probably will be released in a few hours.

enhorn commented 5 years ago

The issue is still there in the GM. :-/

enhorn commented 5 years ago

I was only partially correct about the GM release, still needed a workaround, but the dispatch wasn't needed. https://github.com/iZettle/Presentation/pull/52