user1487846
user1487846

Reputation: 61

How to change the system alert like privacy button colors

can i modify the button colours of system generated alerts like photos, location privacy etc in my iOS app

Upvotes: 0

Views: 397

Answers (1)

Anbu.Karthik
Anbu.Karthik

Reputation: 82759

No. We cannot change it, Inside our application we can change, by default message provided by apple we can not handle it.

from the UIAlertView Class Reference:

The UIAlertView class is intended to be used as-is and does not support subclassing. The view hierarchy for this class is private and must not be modified.

Upvotes: 1

Related Questions