I see that PhoneNumberTextField is marked open, but the swift 3 compiler is complaining with the error: Cannot inherit from non-open class 'PhoneNumberTextField' outside of its defining module' Any ideas?
I see that PhoneNumberTextField is marked open, but the swift 3 compiler is complaining with the error:
Cannot inherit from non-open class 'PhoneNumberTextField' outside of its defining module'
Any ideas?