Hello, I cannot set the mobileScreen tintColor, whether from the IDE or in any open/resized events. All buttons and toolbar icons come up as the default blue.
Wondering if I’m missing something?
Thanks,
John
Hello, I cannot set the mobileScreen tintColor, whether from the IDE or in any open/resized events. All buttons and toolbar icons come up as the default blue.
Wondering if I’m missing something?
Thanks,
John
That sets the color within the screen. Try setting the color at the app level
Thank you, Greg, that worked perfectly.
Some afterthoughts: I don’t know if this architecture decision was made in consideration of Android (I’m not an Android developer) but as an iOS developer, the view’s tint color will affect all the contents. It doesn’t make sense that the mobileScreen’s tint color won’t affect the toolbar, nav bar, or subviews that are shown.
It’s not something that Xojo decided. It’s Apple.
The TintColor is for the Contents of the item, but the tabbar icon for a view isn’t technically contained within the view, it’s on the view that contains it.