How to change the font for all the UIAlertController
s in the app?
Is there any way like how we do it for other UIElements
Ex:
UINavigationBar.appearance().titleTextAttributes = [.font: UIFont.boldSystemFont(ofSize: 16)]
How to change the font for all the UIAlertController
s in the app?
Is there any way like how we do it for other UIElements
Ex:
UINavigationBar.appearance().titleTextAttributes = [.font: UIFont.boldSystemFont(ofSize: 16)]
It's not possible. Also changing UIAlertViewController fonts, colors etc is private API. So no release at the AppStore