I am using some custom fonts in my iphone app. They are displayed correctly, but i cant change their size.
Here is how set this font for UILabel:
myLabel.font=[UIFont fontWithName:@"Cabin-Regular" size:18];
This label is part of uitableview cell, if that could play any role.
Label settings in IB:

I change only color, text and font in code for this label.
What could be wrong?


adjustsFontSizeToWidthproperty set toYES? Is the label big enough to display its entire contents with that font at that size?