iOS Question How I can change the color to title text of the top bar

roumei

Active Member
Licensed User
You can only choose between black and white for the text. See Semen's example here:

Add one of the two options to your #Region Project Attributes:
B4X:
   ' White text color
    #PlistExtra         : <key>UIUserInterfaceStyle</key><string>Dark</string>
    
    ' Black text color
    #PlistExtra         : <key>UIUserInterfaceStyle</key><string>Light</string>
 
Last edited:
Upvote 0

Israel Gallegos

Member
Licensed User


Perfect, Works fine
Thank you!!
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…