aaronk Well-Known Member Licensed User Longtime User Sep 21, 2019 #1 Hi, I come across this page https://www.b4x.com/android/forum/threads/best-practice-for-android-dark-theme.109667/#post-684932 which is for Android. Just wondering if something similar can be used for iOS as well ? Want to detect if the device is currently in dark mode or light mode in iOS.
Hi, I come across this page https://www.b4x.com/android/forum/threads/best-practice-for-android-dark-theme.109667/#post-684932 which is for Android. Just wondering if something similar can be used for iOS as well ? Want to detect if the device is currently in dark mode or light mode in iOS.
Erel B4X founder Staff member Licensed User Longtime User Sep 22, 2019 #2 Supporting dark mode requires compiling with Xcode 11. The builders run Xcode 10 for now. They will be updated in the upcoming months. I will write a tutorial about dark mode. Upvote 0
Supporting dark mode requires compiling with Xcode 11. The builders run Xcode 10 for now. They will be updated in the upcoming months. I will write a tutorial about dark mode.
Erel B4X founder Staff member Licensed User Longtime User Sep 23, 2019 #3 If you are using a local builder with Xcode 11 then it is recommend to opt out of dark mode until it is properly supported. It is done by adding: B4X: #PlistExtra: <key>UIUserInterfaceStyle</key><string>Light</string> Upvote 0
If you are using a local builder with Xcode 11 then it is recommend to opt out of dark mode until it is properly supported. It is done by adding: B4X: #PlistExtra: <key>UIUserInterfaceStyle</key><string>Light</string>