Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SwiftOldDriver/iOS-Weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaron7 committed Jan 23, 2022
2 parents 338a968 + 79af25a commit 074900d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Reports/2022/#190-2022.01.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
- dealloc 中减少耗时操作:不要调用任何 OC 代码不要使用 objc_setAssociatedObject先判断 isTaggedPointer
- 多线程处理对象释放与入池;用堆栈距离 (UInt64)&_mh_execute_header 的偏移替代堆栈,用 memcpy 替代 vm_read_overwrite

### 🐕 [用 SwiftUI 实现一个开源的 App Store](https://juejin.cn/post/7051512478630412301)

[@JonyFang](https://github.com/JonyFang):App Store 在 iOS 11 之前,App 排行榜一直是衡量开发者 App 活跃度的指标,在 iOS 11 后苹果弱化了榜单功能,改为了二级入口,相对之前榜单查询变得困难。编者通过 SwiftUI 结合开放 API 实现了一个可查看 App 榜单、搜索、信息、发布生效等功能的 App,该项目已开源。入门 SwiftUI 的同学,可以作为参考项目学习 SwiftUI。

## 摸鱼周报

[@摸鱼周报 #42](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzU2MDQzMjM3Ng==&scene=124#wechat_redirect):第四十二期摸鱼周报来啦,一起来看下本期概要:
Expand Down

0 comments on commit 074900d

Please sign in to comment.