As frações decimais podem ser usadas para tamanhos de fonte no UIKit

Isso pode parecer óbvio, mas nunca havia sequer considerado isso.

label.font = [UIFont systemFontOfSize:14.0f]; // Too small?
label
.font = [UIFont systemFontOfSize:14.5f]; // Try this.