devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers
MIT License
4.18k stars 290 forks source link

Working copy for Swift 3 & Xcode 8 beta 2. #27

Closed sunshinejr closed 8 years ago

sunshinejr commented 8 years ago

Hey @devxoul! First of all thanks for this awesome lib, really like it :)

I was trying to use it in my project that uses Xcode 8 & Swift 3, so I've managed to update existing codebase to support it. Changes were for project (done by Xcode automatically) and to @noescape closure being type attribute and not declaration attribute anymore (details here).

Hope I didn't break anything 🐼

Oh, and also it would be good idea to move it to new branch instead of master.

devxoul commented 8 years ago

@sunshinejr, Great work! I just created a new branch: swift-3.0. Could you please re-create a PR? Thanks :smile::+1:

sunshinejr commented 8 years ago

Sure!