-
Notifications
You must be signed in to change notification settings - Fork 141
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
Swift 2.3 and 3 support #23
Comments
Would be great to have Swift 3 support now that the GM version of Xcode 8 is out. Any news on this? |
Swift 3 support +1 |
Tried converting it to Swift 3 myself, it's a nightmare. The automatic conversion in XCode 8 totally fails, and pretty much everything having to do with Strings has changed. Would need to basically manually rewrite it. |
@n13 Why are you still worrying about converting? Just use https://github.com/iamjono/SwiftString |
^^^ Thank you, sir! |
@matthijs2704 Thanks for the upgrading to 3.x |
@matthijs2704 so I have to install the SwiftString before yours? |
@abellee I have the same problem after successfully installing the 'String+Extensions', the files are not showing in xcode. Also I can't import the SwiftString in classes, but the files are installed I can find them with the file explorer. |
Swfit 3 |
Hello there,
I would like to know if someone's already working on updating this library, and if not if you intend to, I would also like to help in this.
Thank you,
tiferrei
The text was updated successfully, but these errors were encountered: