Is there a possibility to change the default blue color in iOS into some color of my own choice? In my eyes this could be very interesting for anybody who focuses on good UX/UI design, meaning the use of a constant color schema throughout the app. Thankful for any help!
Answers
Just simply set the following code in anywhere
Appearance class is used to customize the appearance of instances of a class .
Test
//Before

//After

Refer to https://stackoverflow.com/a/19140595/8187800 .
Xamarin forums are migrating to a new home on Microsoft Q&A!
We invite you to post new questions in the Xamarin forums’ new home on Microsoft Q&A!
For more information, please refer to this sticky post.