i am developing a Swift iOS8 app for iPad & iPhone using autolayout.
I am using a Custom Font (OpenSans) for my UILabels.
When i declare specific font sizes for specific size classes (e.g. Regular Height, Compact Width) in the storyboard, the resulting font sizes look fine on the iPhone but on the iPad they always have the same small font-size as on the iPhone instead of the font-size i specified.
If i change the font of all UILabels back to the system font instead of my custom font, the font sizes are correct.
So it seems to be an issue with my custom font.
Anyone has a clue why this is happening?