tryhardfifi / breathe

breathe is a (distraction-free) peripheral breath trainer, it helps you breathe correctly so you can stay calm and focus on what matters.
265 stars 5 forks source link

chore: cleanup and minor refactor #9

Closed peterklingelhofer closed 1 year ago

peterklingelhofer commented 1 year ago

First commit conducts some cleanup to remediate some type warnings, and made the View Controller a bit more DRY in general for initial color generation, and changes a few variables that aren't being mutated to constants.

Second commit is just a catch-all Xcode code format run on the file. So to review logic changes view the first commit only.