iOS Question [B4XPages] How to change text color of the ActionBar

WhiteWizard

Member
Licensed User
Hi: I been able to change the background color of the ActionBar:

Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarTintColor:", Array(no.ColorToUIColor(Colors.aRGB(255,0xd8d,0x29,0x29)))) ' #FF8D2929

And the Text content:
B4XPages.SetTitle(B4XPages.GetPage("page 2"), "Title")

But this title appears in Black color, it would be nice if the text color would be same as the hamburger icon.
Can this be donne?

 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…