Sunday, 15 September 2013

ios - What's the best way to detect if Swift is supported in the current Xcode project? -



ios - What's the best way to detect if Swift is supported in the current Xcode project? -

is there improve way observe if swift supported in current xcode project checking ios 8 or osx 10.10?

#if defined(__iphone_8_0) || defined(__mac_10_10)

i have mixed swift/objective-c codebase 2 different xcode projects.

ios xcode osx swift

No comments:

Post a Comment