Minitour/AZDialogViewController

Customizing title, message labesl color and background

CoderXpert opened this issue · 0 comments

At the moment there is no way we can set color of the message and title label nor we can set color of the alert container. I would suggest to add new apis like

var titleLabelColor: UIColor?
var messageLabelColor: UIColor?
var containerBackgroundColor: UIColor?