How to create custom View modifiers for better code reusability in SwiftUI
blog.techchee.comA tutorial on how you can write custom modifiers in SwiftUI for better code reusability. We provide you two examples including how to build reusable view components (e.g. a custom ProgressView) and how to combine several frequently used modifiers into one etc.
Read more...