Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use with Storyboard? #8

Open
danqing opened this issue Jun 19, 2019 · 1 comment
Open

Use with Storyboard? #8

danqing opened this issue Jun 19, 2019 · 1 comment

Comments

@danqing
Copy link

danqing commented Jun 19, 2019

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!

@markst
Copy link

markst commented Apr 22, 2020

Ditto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants