Skip to content

Commit da456b3

Browse files
authored
fix #5210
1 parent c9dfb95 commit da456b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Reports/2025/#359-2025.12.01.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363

6464
[@DylanYang](https://github.com/Dylan19Yang):作者向我们介绍了在 SwiftUI 中如何通过设置 scrollTargetBehavior 来调整 ScrollView 滑动的目标位置,除了我们在 UIKit 中熟知的按页滑动 .paging 选项外,还有 .viewAligned 选项允许我们按照 view 的尺寸来决定滑动的终点。文中有较多动图展示,感兴趣的读者可以阅读本文了解更详细的信息。
6565

66+
### 🐎 [Building Peer-to-Peer Sessions: Advertising and Browsing Devices](https://www.createwithswift.com/building-peer-to-peer-sessions-advertising-and-browsing-devices/)
67+
68+
[@Damien](https://github.com/ZengyiMa):文章详解用 Multipeer Connectivity 框架实现 iOS 近场通信:配置权限、初始化 PeerSessionManager,用 MCNearbyServiceAdvertiser 广播自身并自动接受连接,同时用 MCNearbyServiceBrowser 发现与维护设备列表,附完整Swift源码展示如何整合广告、浏览、会话管理等功能,实现设备间的加密点对点通信。
69+
6670
## 工具
6771

6872
### [Mole:像鼹鼠一样深入挖掘来清理你的 Mac](https://github.com/tw93/Mole)

0 commit comments

Comments
 (0)