Setting Font

suggest change

Swift

myButton.titleLabel?.font =  UIFont(name: "YourFontName", size: 20)

Objective C

myButton.titleLabel.font = [UIFont fontWithName:@"YourFontName" size:20];

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents