I have the following problem - I want to change the UITextField font to a custom one. I am using this line of code:
textField.font = [UIFont fontWithName:@"fontname.ttf" size:20];
I want to use this font: Neurm.ttf Can you please tell me what is wrong or just try it out and tell me is it working?