Tuesday, February 19, 2019

Single Select Button Groups - Part 36 - Itinerary App (iOS, Xcode 10, Sw...

You ever want to create a button group where the user can only have one item selected at a time? This is called a "mutually exclusive button group". It is similar to the way a tab bar works. Only one tab can be selected at one time.



In this video, you'll learn how to create a button group and make sure only one button is selected at one time.



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