I have the following problem: I want to change the font of UITextField to a custom one. I use this line of code:
textField.font = [UIFont fontWithName:@"fontname.ttf" size:20];
I want to use this font: Neurm.ttf Could you tell me what is wrong, or just try and tell me if it works?
source share