提交 619b5199 编写于 作者: lizhongyi_'s avatar lizhongyi_

docs: update uts-for-ios.md

上级 9d7f6c6c
......@@ -450,8 +450,8 @@ if #available(iOS 10.0, *) {
在 uts 中不支持这种语法可使用下面方式代替
```ts
if (UIDevice.current.systemVersion >= "10.0") {
if (UTSiOS.available("iOS 10.0, *")) {
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册