Warning: "Minimum Font Size greater than current font size"
interface-builder, ios, objective-c, uilabel, xcode
Solution
You have to set the minimum font size so that it's not bigger than the current size. Have you set the minimum size?
Problem
In my app I use a custom cell that has a set of labels, I see xcode showing warning concerning font size in custom cell xib file: warning message file://localhost/Users/mahmoudalgayed/Desktop/Ajurry-date/CustomCell.xib: warning: Unsupported Configuration: Minimum Font Size greater than current font size Any one knows how to get rid of this warning?