Hello,
I have updated my local builder and b4i for xcode 13 and updated to xcode 13 only and run my app without changing anything else, I see my navigation bar color white. Normally I set the color with :
Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarTintColor:", Array(no.ColorToUIColor(Colors.RGB(25,25,25))))
I am using ios 15 with xcode 13. This topic seems related to this issue:
I have updated my local builder and b4i for xcode 13 and updated to xcode 13 only and run my app without changing anything else, I see my navigation bar color white. Normally I set the color with :
Dim no As NativeObject = NavControl
no.GetField("navigationBar").RunMethod("setBarTintColor:", Array(no.ColorToUIColor(Colors.RGB(25,25,25))))
I am using ios 15 with xcode 13. This topic seems related to this issue:
iOS 15 Navigation Bar Transparent
My iOS app uses the storyboard for the UI and uses a custom tint for the background color of the navigation bar. I have tested my app on the Xcode 13 beta 5 and the navigation bar is "white&qu...
stackoverflow.com
Last edited: