Reputation: 101
Is it possible to change the colour of the Ask App Not to Track
and Allow
button in the ATT prompt?
I've tried to update the tint colour of UIAlertViewController, which works for all other native alerts, but not for this one. Is it possible to customise it somehow?
UIView.appearance(whenContainedInInstancesOf: [UIAlertController.self]).tintColor = UIColor.green
Upvotes: 0
Views: 301