Thursday, August 8, 2019

SwiftUI: TabView TabItems



The SwiftUI TabView's TabItems can show just text, just an image or both. You don't need a VStack and order doesn't matter. It'll figure it out.

Code: https://www.patreon.com/posts/29013434
Book: https://www.bigmountainstudio.com/swiftui-book

Wednesday, August 7, 2019

SwiftUI: TabView Introduction



The #SwiftUI TabView acts like a container for child views within it. These child views are individual screens. It provides tab buttons (TabItems) that allows the user to switch between these child views.

Code: https://www.patreon.com/posts/28988081
Book: https://www.bigmountainstudio.com/swiftui-book

Monday, August 5, 2019

SwiftUI: Stepper (Beta 5)



I posted this when it was beta 4. Here is the beta 5 update. Also, notice ForEach now needs id.
You can sign up for this book now! 

Learn #SwiftUI visually: https://www.bigmountainstudio.com/swiftui-book
For the full code: https://www.patreon.com/posts/swiftui-stepper-28934709

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