Hi,
i'm trying to set the toolBar color with the snippets found here in the forum, as
but i always receive back an error like this:
What am i doing wrong?
And related to the toolbar... is it not possible to use fontAwesome o MaterialIcons icon as button i the bar?
thanks
i'm trying to set the toolBar color with the snippets found here in the forum, as
B4X:
Dim no As NativeObject
no = NavControl
no.GetField("toolBar").SetField("barTintColor", no.ColorToUIColor(Colors.Black))
but i always receive back an error like this:
B4X:
[<B4INavigationController 0x10880f000> valueForUndefinedKey:]: this class is not key value coding-compliant for the key toolBar.
What am i doing wrong?
And related to the toolbar... is it not possible to use fontAwesome o MaterialIcons icon as button i the bar?
thanks