
This video is only available to subscribers. Start a subscription today to get access to this and 469 other videos.
SwiftUI View Modifiers
Episode
#436
|
10 minutes
| published on
April 23, 2020
| Uses Xcode-11.4
Subscribers Only
With extensions we can encapsulate common layout and styling logic that can be reused across many views, however they do have limitations. In this episode we will see how we can create View Modifiers that allow you to leverage @State and other View-related behavior and apply this behavior to arbitrary views.