This is an open source app made to help home brewers brew their coffee by calculating the grams of water needed, and run a timer all in the same screen.
87
stars
54
forks
source link
Refactor ContentView to use constants for spacing and dimensions #26
spacingHeight
,dividerWidth
,bottomSpacerHeight
, andsidePadding
asCGFloat
for consistent layout dimensions.ContentView
struct to use these constants throughout the view hierarchy.