PinCodeInputView icon indicating copy to clipboard operation
PinCodeInputView copied to clipboard

Use with Storyboard?

Open danqing opened this issue 6 years ago • 1 comments

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<ItemView>).

Is there any way to use the library with Storyboard? Thanks!

danqing avatar Jun 19 '19 04:06 danqing

Ditto

markst avatar Apr 22 '20 03:04 markst