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 9c37769 commit 4033d8bCopy full SHA for 4033d8b
README.md
@@ -10,7 +10,7 @@ GitHub:[CoderMJLee](https://github.com/CoderMJLee) | Blog:[mjios(Chinese)]
10
11
## 关于 Swift ‼️
12
### ‼️ 在 Swift4 之后, 请在属性前加 `@objc` 修饰. 以保证 Swift 的属性能够暴露给 Objc 使用. ‼️
13
-### ‼️ 请勿使用 `Bool` 类型, 因为在 Swift 中并没有桥接该类型, 不能显示的对应 `BOOL`, 请使用 `NSNumber` 替代 ‼️
+### ‼️ 请勿使用 `Bool` 类型, 因为在 Swift 中并没有桥接该类型, 不能显式的对应 `BOOL`, 请使用 `NSNumber` 替代 ‼️
14
15
## Contents
16
* [Getting Started 【开始使用】](#Getting_Started)
0 commit comments