摘要:
Swift 与 Objective-C 的兼容能力使你可以在同一个工程中同时使用两种语言。你可以用这种叫做mix and match的特性来开发基于混合语言的应用,可以用 Swfit 的最新特性实现应用的一部分功能,并无缝地并入已有的 Objective-C 的代码中。Mix and Match 概... 阅读全文
摘要:
I use Xcode6 GM. I encountered the same problem. What I did was to go to Build Options. Then I changed the value of the "Compiler for C/C++/Objective-... 阅读全文
摘要:
http://www.raywenderlich.com/tutorialsThis site contains a ton of fun written tutorials – so many that they were becoming hard to find! So I put toget... 阅读全文