Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 617 Bytes

File metadata and controls

14 lines (11 loc) · 617 Bytes

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.

Getting Started

  • Clone repo
  • cd into this directory
  • Initialize submodule: git submodule update --init
  • Open ep0017.xcworkspace
  • Build cmd+B
  • Open and run the playground!