You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you programme in Objective-C,you can use the method "- (void)setTitleColor:(nullable UIColor *)color forState:(UIControlState)state" or in swift using "func setTitleColor(_ color: UIColor?,
forState state: UIControlState)"。
if you want change the buttons titleColor, goto CustomIosAletrView.m ,change the color in method " - (void)addButtonsToView:(UIView *)container that create buttons and set buttons color"
Hello,
I tried to set a color to buttons title, but not work.
"alert.tintColor = UIColor.redColor()"
Are there how to change color of the buttons title ?
The text was updated successfully, but these errors were encountered: