TimOliver / TOPasscodeViewController

A modal passcode input and validation view controller for iOS
MIT License
385 stars 96 forks source link

Swift Support #12

Closed zaccadams closed 6 years ago

zaccadams commented 6 years ago

I love this so much. Great work. But all my apps are built in Swift, it would be great if It had a swift version as well.

Please and thanks :)

TimOliver commented 6 years ago

Thanks a lot @zdog01! Glad you like it!

Ummm, what do you mean by Swift support exactly? What trouble are you having with it exactly?

TimOliver commented 6 years ago

Gonna close this one off. :) I might give this one the same Swift wrapper treatment as TOCropViewController at some point, but this library will always be Objective-C. It took several months to write it, so it's not realistic to rewrite it in Swift anytime soon.

As long as you link it via a dynamic framework, you shouldn't have any Objective-C code interfering with your Swift apps. :)