I just download a new Xcode (7.3) with swift 2.2.
It has a warning:
C-style for statement is deprecated and will be removed in a future version of Swift.
How can I fix this warning?
I just download a new Xcode (7.3) with swift 2.2.
It has a warning:
C-style for statement is deprecated and will be removed in a future version of Swift.
How can I fix this warning?