如何在 Swift 项目中使用 Objective C 中的 swift 类
我想了解 Objective C 是如何工作的,所以我在我的 swiftapp 中使用 Objective C 创建了一个新的视图控制器。我已经成功地将 Objective-C 连接到 Swift,但没有快速连接到 Objective C。
我尝试用谷歌搜索它,我的项目没有模块名称,我认为这可能是因为它是一个 Swift 项目。
所以我使用产品名称,因为除了降低 ios 版本之外,我没有对项目设置执行任何操作
,这就是我得到的
那么如何在 swift 项目中将 swift 类添加到 Objective C 中呢?谢谢
I wanted to learn how objective c works so i create a new view controller with objective c within my swiftapp. I have managed to connect objective-c to swift but not swift to Objective C.
I tried googling it, and my project does not have module name, i think it's probably because it's a swift project.
so i use product name because i didnt do anything on the project settings except for lowering the ios version
and this is what i got
so how does one add swift class to objective c in swift project? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加这个
add this