JanGorman / Agrume

🍋 A lemony fresh iOS image viewer written in Swift.
MIT License
790 stars 121 forks source link

navigation bar Appearance Transparent #336

Closed ehsaniqbal325 closed 1 year ago

ehsaniqbal325 commented 1 year ago

used UINavigationBarAppearance to resolve the issue of Navbar not transparent on ios 16

Now it can also be used for projects which have the bridging with ObjectC modules. They have to just create a wrapper class and use it.

ehsaniqbal325 commented 1 year ago

minimum ios 13 required because of this changes