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 PinCodeTextField in Storyboard #34

Open
agirault opened this issue Jul 2, 2018 · 1 comment
Open

Use PinCodeTextField in Storyboard #34

agirault opened this issue Jul 2, 2018 · 1 comment

Comments

@agirault
Copy link

agirault commented Jul 2, 2018

I attempted to integrate PinCodeTextField in my project by following these steps with Carthage
https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos

I am using XCode 9.4.1. I have the framework built for PinCodeTextField, and linked to my project: I can see the framework listed in Frameworks, containing the PinCodeTextField.h and PinCodeTextField-Swift.h headers.

I can't find a way to create the field from the storyboard: the search in the Object Library does not list it. If I create a UIView instead and try to change its class in CustomClass, PinCodeTextField is not found/valid.

Is there any information I could provide to see what I'm missing to use it in my storyboard and in swift?

Thanks.

@agirault agirault changed the title Use PinCodeTextField in storyboard with Carthage Use PinCodeTextField with Carthage Jul 2, 2018
@agirault agirault changed the title Use PinCodeTextField with Carthage Use PinCodeTextField in Storyboard Jul 2, 2018
@paolo96
Copy link

paolo96 commented Jan 17, 2019

Just using a UIView and then changing its class to PinCodeTextField worked for me in storyboard.
I'm using pods, maybe that's the difference

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