Friday, July 27, 2018

Itinerary App - Part 14 - Callbacks with Popups (iOS, Xcode 9, Swift 4)

We have a popup but how do we save the data entered into the modal popup? And when the popup closes, how do we know to reload the data in the table view to show the new data?

In this video you will learn how to do each of these things. You will learn what a callback is in iOS and the 2 steps to implement them. You will also learn how to define a function type in Swift and assign a value (or a function) to it.




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