Xamarin.iOS UIApperance setDefaultTextAttributes
I'm trying to figure out how to implement following code in Xamarin: [[UITextField appearanceWhenContainedIn:[UISearchBar class], nil] setDefaultTextAttributes:@{NSForegroundColorAttributeName:[UIColor greenColor]}]; But I cannot find a way to setDefaultTextAttributes on UIApperance class. There are a number of missing UIAppearance features in Xamarin.iOS and in regards to your question, there is a missing API. This is a bug, 🍣 I wrote my own UIAppearance.cs to add the missing features and correct the missing API and assume no other Xamarin.iOS coders really use the newer UIAppearance features