Can we use swift along with objective - c in Xcode 6 beta?
本问题已经有最佳答案,请猛点这里访问。
我们可以在同一个Xcode项目中同时使用swift(.swft)和objective c(.h.m)吗?
苹果简介第一页:
Swift feels familiar to Objective-C developers. It adopts the readability of Objective-C’s named parameters and the power of Objective-C’s dynamic object model. It provides seamless access to existing Cocoa frameworks and mix-and-match interoperability with Objective-C code
是的,你可以。你可能想看看这个。
是的,除了很少有限制。例如,不能从Objective-C访问Swift特定的特性,例如泛型、元组、嵌套类型等。