Constant files to Extension with enum type.
Closed this issue · 0 comments
iosdevted commented
the UIFont names are hardcoded but used multiple times. Best to avoid, and use an enum to house the values so it's easier to have bold, semibold etc also, best to refactor the variables into a UIFont extension rather than the static variable wasting memory.