amayne / SwiftString

A comprehensive, lightweight string extension for Swift
MIT License
1.62k stars 141 forks source link

Swift 2.3 and 3 support #23

Open tiferrei opened 7 years ago

tiferrei commented 7 years ago

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

jlaws commented 7 years ago

Would be great to have Swift 3 support now that the GM version of Xcode 8 is out. Any news on this?

tiferrei commented 7 years ago

Yes @amayne and @jlaws, I believe now that Xcode 8 was released with a stable version of Swift 3 it would be a good time to update.

matthijs2704 commented 7 years ago

https://github.com/iamjono/SwiftString

iCodist commented 7 years ago

Swift 3 support +1

n13 commented 7 years ago

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.

matthijs2704 commented 7 years ago

@n13 Why are you still worrying about converting? Just use https://github.com/iamjono/SwiftString

n13 commented 7 years ago

^^^ Thank you, sir!

EddieDow commented 7 years ago

@matthijs2704 Thanks for the upgrading to 3.x

abellee commented 7 years ago

@matthijs2704 so I have to install the SwiftString before yours? after I have installed your repo and I neither haven't seen the SwiftString files nor can't import SwiftString into my class.

TimBuckers commented 7 years ago

@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.

aloveric commented 7 years ago

Swfit 3 +1