Hi Guys,
I am having some trouble setting the UIApperance property for UIAlertController. I am trying to change the color for Cancel Button but the following code does not work.
[[UICollectionViewCell appearanceWhenContainedIn:[UIAlertController class], nil] setTintColor:[UIColor colorWithRed:0 green:0 blue:0 alpha:1]];Has someone faced a similar issue ? its specific to iOS9
Thanks
Akhilesh