Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introducing Swift 5's Property Wrappers

Erica Sadun
February 03, 2020

Introducing Swift 5's Property Wrappers

A brand new feature waiting for adoption

Erica Sadun

February 03, 2020
Tweet

Other Decks in Programming

Transcript

  1. 5

  2. 6

  3. 18

  4. 22

  5. ‣ Simple ‣ Readable ‣ Positioned at the point of

    declaration ‣ Documention-friendly
  6. Uses ‣ Thread safety ‣ Barriers ‣ Syncing with stores

    / web services ‣ Validation on assignment ‣ Data configuration ‣ etc 30