JanPRO Well-Known Member Licensed User Longtime User Feb 27, 2015 #1 Hi, how I can change the TextColor of the StatusBar Text? Best regards JanPRO Last edited: Feb 27, 2015
JanPRO Well-Known Member Licensed User Longtime User Feb 27, 2015 #2 Ich found the solution for me here: http://stackoverflow.com/questions/...tus-bar-text-color-in-ios-7/19045979#19045979 This sets the StatusBarStyle to light (white): B4X: Dim no As NativeObject = NavControl no.GetField("navigationBar").RunMethod("setBarStyle:", Array(1)) Upvote 0
Ich found the solution for me here: http://stackoverflow.com/questions/...tus-bar-text-color-in-ios-7/19045979#19045979 This sets the StatusBarStyle to light (white): B4X: Dim no As NativeObject = NavControl no.GetField("navigationBar").RunMethod("setBarStyle:", Array(1))
C cloner7801 Active Member Licensed User Longtime User Mar 4, 2017 #3 JanPRO said: Ich found the solution for me here: http://stackoverflow.com/questions/...tus-bar-text-color-in-ios-7/19045979#19045979 This sets the StatusBarStyle to light (white): B4X: Dim no As NativeObject = NavControl no.GetField("navigationBar").RunMethod("setBarStyle:", Array(1)) Click to expand... Hi, I Want to change status bar color to white ! but this code doesn't work Can you check this? Upvote 0
JanPRO said: Ich found the solution for me here: http://stackoverflow.com/questions/...tus-bar-text-color-in-ios-7/19045979#19045979 This sets the StatusBarStyle to light (white): B4X: Dim no As NativeObject = NavControl no.GetField("navigationBar").RunMethod("setBarStyle:", Array(1)) Click to expand... Hi, I Want to change status bar color to white ! but this code doesn't work Can you check this?
Alexander Stolte Expert Licensed User Longtime User Apr 8, 2018 #4 cloner7801 said: Can you check this? Click to expand... sorry for open this old thread, but add this to #Region Project Attributes : B4X: #PlistExtra: <key>UIViewControllerBasedStatusBarAppearance</key><false/> Upvote 0
cloner7801 said: Can you check this? Click to expand... sorry for open this old thread, but add this to #Region Project Attributes : B4X: #PlistExtra: <key>UIViewControllerBasedStatusBarAppearance</key><false/>