Sil
Sil

Reputation: 101

Customize ATT prompt on iOS

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

Answers (1)

adeasismont
adeasismont

Reputation: 285

The permissions alerts are not customisable by the app.

Upvotes: 1

Related Questions