[IOS]object-c桥接swift
程序员文章站
2022-06-10 21:55:10
...
1.swift中用OC:
#import <CommonCrypto/CommonCrypto.h>
例如上面这个库,把它写在bridge那里即可.
2.OC调用swift:
#import "ProjectName-Swift.h"
在OC的头引入以上语句,即可
上一篇: css框架简介之YAML
下一篇: C# 学习资料分享