You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But got error
Cannot inherit from non-open class 'PinCodeTextField' outside of its defining module
As I understood, you need to declare as open class instead public @IBDesignable public class PinCodeTextField: UIView -> @IBDesignable open class PinCodeTextField: UIView
Thank you!
The text was updated successfully, but these errors were encountered:
Want to create my class, based on your:
But got error
Cannot inherit from non-open class 'PinCodeTextField' outside of its defining module
As I understood, you need to declare as open class instead public
@IBDesignable public class PinCodeTextField: UIView
->@IBDesignable open class PinCodeTextField: UIView
Thank you!
The text was updated successfully, but these errors were encountered: