In iOS4 (4.3 simulator) when I use the font Myriad Pro with the following font method for a cell:
cell.titleLabel.font = [UIFont fontWithName:@"Myriad Pro" size:14];
It looks like this:

In iOS5 (5.0 simulator) when I use the font Myriad Pro with the same font method it looks like this:

Has anyone experienced this behaviour as well (perhaps with other fonts?).
cell.titleLabel.adjustsFontSizeToFitWidth = NO– chown Nov 2 '11 at 13:20Fonts provided by applicationkey in the App-info.plist to values like "MyriadPro-Regular.otf" and "MyriadPro-Bold.otf". Yes I am sure I have the license but thanks for alerting me. – Peter Warbo Nov 2 '11 at 13:39