I am having trouble adding this custom font:
[totalRecordedText setFont:[UIFont fontWithName:@"LiberationMono-Bold" size:19]];
I have added a file to my project called "LiberationMono-Bold.ttf". How do I now link the font file to the reference? Right now, it is not displaying the font (it just uses a system default).
Note that this does work by contrast:
[totalRecordedText setFont:[UIFont fontWithName:@"ProximaNova-Bold" size:19]];