标签: objective-c swift
以下代码是用swift类编写的
contentView
我想从我的目标C类中调用这个类函数.... PLZ。建议我怎么做...
答案 0 :(得分:1)
只需在目标C项目中导入swift类
#import"ProjectName-Swift.h"
答案 1 :(得分:0)
你应该做桥梁来做这种事情。 Refer this link或this link以及此apple documentation。希望这会对你有所帮助:)。