ios - Can you still program in xcode 7 with swift 2? -
im working on school project build ios application in swift. saw updated swift 3.0 , many tutorials don't work. question can download xcode 7.3.1 , still work in swift 2? can follow tutorials on web?
my application has work on emulator. not in de app store
thanks!
yes can use swift 2.2 in xcode 7 , 2.3 in xcode 8 enabling use legacy swift language
version in build setting
(swift_version = 2.2)
swift 2.2.1 , swift 2.3 similar, key changes being related sdk differences.
Comments
Post a Comment