more updates

This commit is contained in:
Kevin G Christiano 2020-04-03 11:25:29 -04:00
parent de6fe50c82
commit c0d85694c6

View File

@ -162,6 +162,7 @@ open class Styler {
}
}
/// Styles the provided label to the declared enum Font case.
public func styleLabel(_ label: UILabel, genericScaling: Bool = true) {
label.font = getFont(genericScaling)