You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Light-weight, operator-overloading-free complements to CoreGraphics!
Even though I shipped it with my app, I still need to invest the time to set this up, and finalize the API. Contributors welcome!
Highlights
Operator Overloading Free:
It's just an opinion, but this is a crucial difference.
Ready For Contributors:
Basic additions to CGRect and other structs added to show contributors the way! PRs welcome! (I certainly will be submitting some throughout my career)
Full Test Coverage:
This library requires full test coverage in order to eliminate human error as much as possible.
Features
You can try them in the playground shipped with the framework!
Every once in a while, one might find themself writing layout code manually. Auto layout may work for many, but for the rest of us, doing manual layout calculation is something we do regularly. It does become tedious very quickly, but with the help of such a convenient set of additions, things tend to get simpler and more fun, even.