How to use MRCountryPickerDelegate

I am trying to implement MRCountryPicker to select a country flag and code. I installed pods.

now I have no idea how I can get the delegation method or how I can declare this "MRCountryPickerDelegate"

for more details

https://github.com/xtrinch/MRCountryPicker

ViewController class: UIViewController, MRCountryPickerDelegate {

I get this error

enter image description here

Thank you for your appreciation and help. Thank you.

0
ios swift appdelegate uipickerview uipickerviewcontroller
source share

No one has answered this question yet.

See similar questions:

7
IOS native builder

or similar:

1665
How can I make UITextField move up when there is a keyboard - when editing starts?
958
How to change iOS app name?
870
Fast beta: sorting arrays
170
iOS - Build Failure Using CocoaPods Cannot Find Header Files
2
Subclass of UIViewController Forwarding Delegate Message
2
appdelegate's update viewcontroller - best practice?
0
ios UiPickerView with CountryPicker class
0
How to use UItabbar in UIviewcontroller?
0
Objective-C class invocation method for custom class
0
chartValueSelected is never called

All Articles