Swift and OC in the same project
Posted 橘子与布丁
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Swift and OC in the same project相关的知识,希望对你有一定的参考价值。
15:08:02 2017-03-06
官方解释文档
Swift and Objective-C in the Same Project
其实只要知道方法,很简单;
首先在OC项目中创建swift文件 或者 在swift项目中创建OC文件 都会自动提示需不要生产桥梁文件(xxx-bridging-Header.h);
当然你可以手动创建这个桥梁文件,然后在Build settings -> Swift Compiler-General -> Objective-C Bridging Header 中加入桥梁文件的路径。
这是关键的一步,xcode编译时候,需要到这个桥梁文件处理这种混合语言。
在OC项目中导入swift文件
在OC文件中,#import "productName-swift.h" productName可在Build settings ->Packaing->ProductName查看。
好的,包含这个头文件后,再试一试能否使用swift的类了?
在swift项目中导入OC文件
在桥梁文件中,加入需要在swift文件使用的OC头文件,例如 #import"car.h"
接下来你便可在swift文件中使用OC的类了
以上是关于Swift and OC in the same project的主要内容,如果未能解决你的问题,请参考以下文章
[jetson][原创]GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supporte
Different AG groups have the exactly same group_id value if the group names are same and the ‘CLUSTE
What is the difference between static func and class func in Swift?
react fake double , bind click and dblclick on the same element
1519. Number of Nodes in the Sub-Tree With the Same Label
CXF报错[1 counts of IllegalAnnotationExceptions]and[Two classes have the same XML type name]and[Use @X