Thursday, October 24, 2019

SwiftUI: ToggleStyle Customization with isOn



Toggle customization! The code isn't displayed in this pic (next page) but you can use the #SwiftUI ToggleStyle and access the isOn property to determine how you want to represent that state. (2 different views.)

Full Code: https://www.patreon.com/posts/31009020
Free Book Sample: https://www.bigmountainstudio.com/free-swiftui-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...