vcooley / nativescript-input-mask

Apache License 2.0
9 stars 5 forks source link

Swift deprecations #4

Open JWiseCoder opened 5 years ago

JWiseCoder commented 5 years ago

The swift code in the input-mask-ios repository the podfile in this links to uses deprecated Swift code, mostly involving string manipulation (e.g. String.characters)

It will compile and run (albeit with a lot of warnings), but can this be fixed so it will also run in the future?

vcooley commented 5 years ago

Yes this is on my todo list. Some of the bindings have changed in the latest version of the native dependency, so it will take some refactoring.