Wednesday, October 3, 2018

Help Screens in iOS Apps - Part 19 - Itinerary App (iOS, Xcode 10, Swift 4)

Sometimes you want to help users with some tips about how to use your app. Learn one way you can do this by using the view controller's scene dock. We create a help screen and we keep track if the user has seen it or not. If the user has seen it, then we do not show it again.



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