Monday, February 4, 2019

Comparing Dates for Validation - Part 34 - Itinerary App (iOS, Xcode 10,...

How to prevent duplicate days from being added to one trip? We can compare dates, but there's a trick to it. We will also be showing our first alert using the UIAlertController but with a different setting.

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