3pods
UIDevice is handy and serves a purpose but it does lack the ability to do things like provide the screen size in inches or provide specific device model or family info.
Thats where this library comes in, a super light weight and simple set of extensions to UIDevice that make UIDevice even more fun to work with.
License: MIT
Make working with UIFont faster and less error-prone
This mico library is simply just one giant Font
enum
that can be used in place of raw Strings when choosing a font
type to use.
Use code completion of the enum case to see available fonts,
make runtime crashes due to font name typos near impossible!
License: MIT