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(controller: AddressViewController, address: CkoAddress)
Parameters
controller
address
Address entered by the user