
This video is only available to subscribers. Start a subscription today to get access to this and 469 other videos.
Validation Property Wrappers
Episode
#427
|
19 minutes
| published on
February 6, 2020
| Uses ValidatedPropertyKit-0.0.3, Xcode-11.3.1, Swift-5.1
Subscribers Only
Property wrappers are turning out to be super useful! In this video we'll look at an open-source library called ValidatedPropertyKit, which gives you property wrappers for validating user input. With it you can check for ranges, non-empty strings, regular expressions, or extend it with your own.