52inc / Pulley

A library to imitate the iOS 10 Maps UI.
https://cocoapods.org/pods/Pulley
MIT License
2.02k stars 265 forks source link

Statusbar Appearance issue on modal presentation #389

Open fl034 opened 4 years ago

fl034 commented 4 years ago

Hey guys,

My view hierarchy is like this

CustomRootViewController ↳ PulleyController Modal Presentation (.overCurrentContext)      ↳ TabBarController (Pulley's mainContentController)           ↳ NavigationController                ↳ ListViewController                     ↳ DetailViewController pushed onto navigation / custom statusbar style                     ↳ OtherViewController presented modally (.automatic)

My issue is this:

I tried presenting modally on the pulleyController directly but it didn't help. Does anyone have an idea how to solve this?