Closed nalogowiec closed 6 years ago
I'm trying to modify the font of the title in alert controller. This is how I create it:
`let alertController = AlertController(title: nil, message: "this could have some fancy font", style: .actionSheet)`
I know I can change the color of this font by:
`alertController.view.tintColor = orangeColor`
but what about custom font?
Hi @nalogowiec You can use configureContentView function. It's available as function or closure. Please see an example.
configureContentView
I'm trying to modify the font of the title in alert controller. This is how I create it:
I know I can change the color of this font by:
but what about custom font?