This directory contains code from Point-Free Episode: Styling with Overture
We revisit an old topic: styling UIKit components. Using some of the machinery we have built from previous episodes, in particular setters and function composition, we refactor a screen’s styles to be more modular and composable.
- Clone repo
cd
into this directory- Initialize submodule:
git submodule update --init
- Open
ep0017.xcworkspace
- Build
cmd+B
- Open and run the playground!