I've just tried running my application on my iOS device(iphone 4 running IOS 6)
On the iPhone simulator it worked perfectly with Custom fonts?
But on device it goes to default font?
I use a custom class for my font here:
- (void) awakeFromNib {
[super awakeFromNib];
self.font = [UIFont fontWithName@"TOONISH" size:self.font.pointSize];
}
The class inharets UILabel