Quivr / iOS-Week-View

QVRWeekView is a framework which provides a calendar view that can be customized to display between 1 to 7 days in both portrait and landscape mode. Includes customization features to customize colours, fonts and sizes.
MIT License
39 stars 21 forks source link

Customisation rework #22

Closed reilem closed 4 years ago

reilem commented 4 years ago

Complete rework of the customisation system, cutting out lots of bulk boiler plate code and removing all global variables as suggested by @lesyk.

Props to @lesyk and PR #9 for giving me some inspiration on how to fix certain things.

reilem commented 4 years ago

Everything is tested and should be working.