Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLice authored Nov 28, 2021
1 parent 3df698a commit f0eb865
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设

## 支持iOS版本

1. 4.2.0 及以上,iOS 10+。
2. 3.0.0 及以上,iOS 9+。
3. 2.0.0 及以上,iOS 8+。
1. 4.4.0 及以上,iOS 11+。
2. 4.2.0 及以上,iOS 10+。
3. 3.0.0 及以上,iOS 9+。
4. 2.0.0 及以上,iOS 8+。

## 使用方法

Expand All @@ -51,6 +52,7 @@ QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设
- 关于 AutoLayout:通常可以配合 Masonry 等常见的 AutoLayout 框架使用,若遇到不兼容的个案请提 issue。
- 关于 xib / storyboard:现已全面支持。
- 关于 Swift:可以正常使用,如遇到问题请提 issue。
- 关于 UIScene:暂不支持 Multiple Window。
- 关于隐私:从 2.8.0 版本开始,QMUIKit 默认会在 Debug 模式下启动 App 时发送当前 App 的 Bundle Identifier 和 Display Name 给 QMUI 作统计用,Release 下不会发送。你也可以通过配置表的 `SendAnalyticsToQMUITeam` 开关将统计关闭。统计的代码在 [QMUIConfiguration.m:124](https://github.com/Tencent/QMUI_iOS/blob/master/QMUIKit/QMUICore/QMUIConfiguration.m#L124-L135),可直接查看。

## 设计资源
Expand Down

0 comments on commit f0eb865

Please sign in to comment.