Skip to content

Commit

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

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

### 🐕 [货拉拉 iOS 模块化路由框架:TheRouterSwift](https://juejin.cn/post/7281889329584275471)

[@EyreFree](https://github.com/eyrefree):这篇文章介绍了货拉拉团队开发的 iOS 模块化路由框架 TheRouterSwift,这是 TheRouter 系列的 Swift 版本,旨在提供给 Swift 开发者一个高效的路由框架,用于模块间解耦和通信。它支持页面导航跳转、路由自动注册、路由映射文件导出、服务自动注册、动态化能力、链式编程、Objective-C 的适配、本地和远程服务调用等功能,还支持异步获取注册类和路由本地缓存能力,以优化性能和提高灵活性。文章详细介绍了 TheRouterSwift 的功能和使用方法,感兴趣的同学可查看原文获取更多信息。

### 🐕 [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 c3f774d

Please sign in to comment.