Hi,
There are two things that I'm trying to do, related to styles (in iOS), and I cannot find a way to do it. I hope someone can give me a hint. I have to change:
-The color of the background of the top bar (which by default it is white). I know I can override the default renderer, but I still don´t know how to do it.
-The color of the text of every item in a tabbed page. I created a custom renderer of the tabbed page in order to change the background color, and I got it working, but I can't find a way to also change the color of the text of the items.
I am using xamarin forms.
Thanks in advance,
Regards