-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Thanks for this great library.
I am having trouble using it with Storyboard. If I do the following:
@IBOutlet var input: PinCodeInputView?Xcode complains about using a generic type, whereas if I do something like:
@IBOutlet var input: PinCodeInputView<ItemView>?it doesn't work either (@IBOutlet property cannot have non-'@objc' class type 'PinCodeInputView).
Is there any way to use the library with Storyboard? Thanks!
Metadata
Metadata
Assignees
Labels
No labels