You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone think it should re-write to a swift version, please leave a comment to tell me.
If this implement in swift, there are two plan:
Just a swift version, no api or struct change, will work fine in your project to replace the objective-c version.
A total new swift version with struct re-write and api change, can implement most of(not all) the old functions and some new effect. But maybe more change for replace the objective-c version.
Which one you prefer?
The text was updated successfully, but these errors were encountered:
Any option will do as long as it works with Swift3. Although, re-write will be great for both performance and memory. But if that cost you more time please stick to option 1.
I don't see any Swift3 branch, tag, badge or not even a mention in README.md. So I assumed it may not gonna support Swift3. Now after seeing your comment I created a dummy project and integrated and it works. +1 kudos.
If anyone think it should re-write to a swift version, please leave a comment to tell me.
If this implement in swift, there are two plan:
Which one you prefer?
The text was updated successfully, but these errors were encountered: