criticalmaps / criticalmaps-ios

Critical Maps iOS App 🚲✊
http://www.criticalmaps.net
MIT License
287 stars 41 forks source link

Fix Switching Appearance Settings and using `.system` #380

Closed fbernutz closed 3 years ago

fbernutz commented 3 years ago

📝 Docs

📲 What

Setting overrideUserInterfaceStyle = .unspecified "causes the view controller to inherit the interface style from the system or a parent view controller" which is exactly what we want in this case.

Tested the feature on iOS 14.2 and iOS 12.1 in simulator.

🤔 Why

Fixes #379 and simplifies the logic a lot.