'++' is deprecated: it will be removed in Swift 3

Viewed 13273

After update to Xcode 7.3, there are bunch of warnings showing in my project.

'++' is deprecated: it will be removed in Swift 3

Any idea to fix this warning ? Any reasons why the ++ and -- will be deprecated in the future ?

1 Answers
Related