Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gp committed Dec 16, 2023
1 parent 6e90c85 commit 5d792ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Reports/2023/#272-2023.12.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@

### 🐢 [Hummer 引擎优化系列 - PlatformView 的演进历史与优化探索](https://mp.weixin.qq.com/s/R3UUlgEPVR909NB_Jz6o-w)

[@CrazyCoderShi](https://github.com/CrazyCoderShi): PlatformView 是 Flutter 中插入 Native 组件的唯一方式,自诞生以来经历了多次迭代和优化;本文由 U4 内核技术组分享,沿着PlatformView方案的演进历史,剖析各个方案的实现原理和优缺点,给出最佳实践,帮助读者理解和正确选择PlatformView的渲染模式;小编强烈推荐各位在用 Flutter 技术的同学详细阅读本文
[@CrazyCoderShi](https://github.com/CrazyCoderShi): PlatformView 是 Flutter 中插入 Native 组件的唯一方式,自诞生以来经历了多次迭代和优化;本文由 U4 内核技术组分享,沿着PlatformView方案的演进历史,剖析各个方案的实现原理和优缺点,给出最佳实践,帮助读者理解和正确选择PlatformView的渲染模式;小编强烈推荐各位在用 Flutter 技术的同学详细阅读本文

### 🐕 [SFSafariViewController in SwiftUI: Open webpages in-app](https://www.avanderlee.com/swiftui/sfsafariviewcontroller-open-webpages-in-app/)
[@享耳先森](https://github.com/iblacksun)`SFSafariViewController` 常用于在 App 内打开外部链接,但目前并没有 `SwiftUI` 版本。本文深入浅出,开始使用 `UIViewRepresentable` 简单封装 UIKit 使其在 `SwiftUI` 可用,之后再结合 `View Modifier` 等特性优化。

## 工具

Expand Down

0 comments on commit 5d792ad

Please sign in to comment.