Monday, September 16, 2019

SwiftUI: ViewModifier - Centralize your App's Styling Info



If you find yourself repeating the same modifiers throughout your project, you may want to extract those modifiers into your own modifier. This is a great way to control your app's styling from a central place.

(Note: This info is only in the full SwiftUI book: https://www.bigmountainstudio.com/swiftui-views-book)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...