2

How to change the font for all the UIAlertControllers in the app?

Is there any way like how we do it for other UIElements

Ex:

UINavigationBar.appearance().titleTextAttributes = [.font: UIFont.boldSystemFont(ofSize: 16)]
Burhanuddin Sunelwala
  • 5,318
  • 3
  • 25
  • 51

1 Answers1

0

It's not possible. Also changing UIAlertViewController fonts, colors etc is private API. So no release at the AppStore

UIAlertController custom font, size, color

tspentzas
  • 178
  • 1
  • 10