Thursday, January 3, 2019

Actions Sheets - Part 29 - Itinerary App (iOS, Xcode 10, Swift 4)

If you ever had the problem of having to present users with multiple choices when they tap a button then this will be a great video for you. Because that’s exactly the problem we have in this app right now. We have to give users a way to add a new day or a new activity by tapping one button. So first you’re going to learn how we can reuse a floating action button we had already created. Then you’re going to learn how we can present users with options by using iOS action sheets.


By the end of this video, you will have a good grasp on what action sheets are and how to implement them.



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