MBCountryTableViewControllerDelegate
@objc
public protocol MBCountryTableViewControllerDelegate : AnyObject
Protocol that defines the events that can be received from MBCountryTableViewController.
-
Method notifies the delegate of the country that was selected through
MBCountryTableViewControllerDeclaration
Swift
func didSelectCountry(country: MBCountry)Parameters
countryMBCountryinstance that represents the selected country -
Method request the delegate to provide the last selected country to
MBCountryTableViewControllerDeclaration
Swift
func lastSelectedCountry() -> MBCountry?Return Value
MBCountryinstance that represents the last country that was selected.
View on GitHub
Install in Dash
MBCountryTableViewControllerDelegate Protocol Reference