How to Set custom font name and size for button in iOS 9 Objective-c?
Thank You.
How to Set custom font name and size for button in iOS 9 Objective-c?
Thank You.
Try this code
[objBtn.titleLabel setFont:[UIFont fontWithName:@“fontname” size:fontsize]];