Up until iOS 7, I was doing the following to set the color of a tab bar item when selected:
_tabBar.SelectedImageTintColor = UIColor.Yellow;
This is no longer working for me. I just get a default blue color for selected items.
Anyone have a hint as to what may be going on? Seems simple but I am stumped. Thanks.