Skip to content

Use with Storyboard? #8

@danqing

Description

@danqing

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions