AddressViewControllerDelegate
public protocol AddressViewControllerDelegate : AnyObject
Method that you can use to handle when the user press done to save the address.
-
Executed when an user tap on the done button.
Declaration
Swift
func onTapDoneButton(address: CkoAddress)
Parameters
address
Address entered by the user