iOS Question Navigationbar back button color

jazzzzzzz

Active Member
Licensed User
Longtime User
How can i change back button color on nav bar.I need to change text color of back button and icon color (now its some default blue)
 

jazzzzzzz

Active Member
Licensed User
Longtime User
B4X:
Dim no As NativeObject = NavControl
    no.GetField("navigationBar").RunMethod("setBarTintColor:", Array(no.ColorToUIColor(0x007eff)))
this one changes navbar color only.I have it already in my code.
What i need is to change color of back button text,That text which automatically creeated when we goto another page
 
Upvote 0
Top