-
Notifications
You must be signed in to change notification settings - Fork 315
Swift 3 #153
base: master
Are you sure you want to change the base?
Swift 3 #153
Conversation
A maintained one: https://github.com/goktugyil/EZSwiftExtensions |
Hi @ayn and thanks for your PR. I've encountered a few issues with it:
Have you migrated with Xcode 8.0? |
@carole-lavillonniere I just pushed an update, there might still be issues, but that's what I have in my current project so far. I've shelved swift 3 conversion for a bit to work on other stuff. |
@ayn Thank you! |
@ayn Also, using public extension String {
var capitalized: String { return self.capitalized }
} |
@carole-lavillonniere feel free to send me a PR and I'll test and merge. |
@ayn thanks for your ongoing effort to keep ExSwift working! I think it's the best solution out there and really sad it's not maintained anymore by the owner. |
Fix warnings for result not being used
Another alternative https://github.com/ankurp/Cent |
Swift 3 ambiguity + recurse call
I know this is no longer maintained, but just submitting this PR so others can try my swift 3 branch if you need this stuff to continue to work. I’ll push to my branch if I have more fixes.