view modifier
-
The Redacted View Modifier in SwiftUI
Read about the redacted view modifier in SwiftUI and how to show placeholders while fetching data or displaying sensitive information.
-
Performing Actions On Value Changes In SwiftUI
Read how to observe value changes and trigger additional actions when these happen with the onChange(_:) view modifier in SwiftUI.
-
Composing Emails in SwiftUI Using A View Modifier
Learn how to port the email compose view controller into SwiftUI, and make it easy to use, elegant and reusable with a custom view modifier.
-
SwiftUI: Clip Shape Modifier On Images
Learn how to apply a shape mask on SwiftUI views with the clip shape modifier in a quick guide, as well as how to change shape on the fly.