Skip to content

Commit

Permalink
Merge pull request SwiftOldDriver#1207 from waz0820/master
Browse files Browse the repository at this point in the history
  • Loading branch information
waz0820 authored Mar 3, 2019
2 parents b0abd49 + 78802a2 commit e3596a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Reports/2019/#57-2019.03.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ Matt 在文章里列举了几种 API 被污染的情况,最后还从调用方

本文作者对比了 UIWebViewWKWebViewflutter_webview_plugin(在 iOS 中使用的是 WKWebView)的加载速度内存占用HTML5 兼容性

### 🐕 [[] 用这些 iOS 技巧让你的 APP 性能更佳](https://juejin.im/post/5c6a0b6ef265da2de660f83f)

本文介绍了 APP 性能优化的五种技巧:

1. 使用可复用的 tableViewCell
2. 使用看起来像应用首页的启动页
3. 视图控制器的状态恢复
4. 尽可能减少透明视图的使用
5. 在后台线程中处理繁重的功能

除了一些老生常谈的优化点之外,**视图控制器的状态恢复**这个点比例新颖,作者也着重讲解了其原理和使用方法如果你的应用中尚未用到,不妨一试,应该可以明显提升内存经常吃紧的用户(😂)的使用体验

## 设计

## 工具
Expand Down

0 comments on commit e3596a5

Please sign in to comment.