Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.11 KB

File metadata and controls

26 lines (20 loc) · 1.11 KB

Color Swatches

Challenge

Topics covered

  • UICollectionView
  • UICollectionViewDataSource or UICollectionViewDiffableDataSource
  • UICollectionViewDelegate
  • Auto Layout
  • UITextField, UITextFeildDelegate
  • UILabel
  • UIButton
  • Segue
  • Data persistence
  • UICollectionViewCell

Build a color swatches app that utilizes UIColorWell or the UIColorPickerViewController to create color swatches. Those color swatches will be persisted to the iOS device.

  • User should be able to create a color swatch.
  • User should be able to create a color swatch with the minimum properties: swatch name and color.
  • User should be able to view a list of all their created color swatches in a collection view.
  • User should be able to segue to a detail view to view a larger color swatch.
  • All user generated swatches should persist to the device.

color swatches app