We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3151f7a commit 4c1de10Copy full SHA for 4c1de10
README.md
@@ -7,6 +7,9 @@ MJExtension
7
8
GitHub:[CoderMJLee](https://github.com/CoderMJLee) | Blog:[mjios(Chinese)](http://www.cnblogs.com/mjios) | PR is welcome,or [feedback](mailto:[email protected])
9
10
+## 关于 Swift ‼️
11
+### ‼️ 在 Swift4 之后, 请在属性前加 `@objc` 修饰. 以保证 Swift 的属性能够暴露给 Objc 使用. ‼️
12
+### ‼️ 请勿使用 `Bool` 类型, 因为在 Objc 中并没有桥接该类型, 不能显示的对应 `BOOL`, 请使用 `NSNumber` 替代 ‼️
13
14
## Contents
15
* [Getting Started 【开始使用】](#Getting_Started)
0 commit comments