I have a Xamarin Forms xaml inheriting from TabbedPage. The icons used are the desired color. In Droid all is good. In iOS it tints all the icons grey, and there is a line of code in the iOS AppDelegate to set the SelectedImageTintColor. I would like iOS to render my images as is, without tinting them, OR I would like to tint them a custom color. In researching this, I see there is an UnselectedItemTintColor and there is also a UIImageRenderingMode.AlwaysOriginal property. I think one of these will solve my issue, but I am unable to access these in the iOS project, or my PCL project. I would prefer not going down the custom render route, when it should be a simple setting. I'm using Xamarin Forms 2.3.4.247. Can someone point me in the right direction?
↧