Wednesday, October 23, 2019

SwiftUI: ToggleStyle



Yesterday you go the intro into a Toggle in #SwiftUI. But what about more customizations? You can use the ToggleStyle to BEGIN some customizations.
Code: https://www.patreon.com/posts/30984097
Free Book Sample: https://www.bigmountainstudio.com/free-swiftui-book

"That's it?"
For the actual Toggle, yes.
But stick around and tomorrow you will see how to take ToggleStyle to the NEXT LEVEL implement your OWN custom Toggle. (I'm saving the best for tomorrow and the day after.) 🚀

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...