mustafaibrahim989/MICountryPicker

Value of type 'MICountryPicker' has no member 'delegate'

TheEngineerz opened this issue · 2 comments

Heres my class starting

class SignUpController: UIViewController,MICountryPickerDelegate {
....
}

but i am getting this

screen shot 2016-05-25 at 4 57 41 pm

Ohh, It was an access modifiers issue. It's now fixed and available in 0.1.6.

Thanks Ibrahim