Xcode 6 has a new feature where fonts and font sizes in UILabel, UITextField, and UIButton can be s
UILabel
UITextField
UIButton
Workaround for UILabel: keep the same font size on all Size Classes, but instead change your label height accordingly in each Size Class. Your label must have autoshrink enabled. It worked nicely in my case.