13
如果你最近 Xcode 13 用得很不順,可以看或聽一下這週我跟 Pofat 聊的 Xcode 管理學。
Apple Unleashed 發表會
台北時間 10/19 凌晨 1 點開始。
肯定會有新的 MacBook Pro。Intel 的 MBP 16 已經買不到了。
The 16-inch MacBook Pro (which if you’ve lost track still uses Intel and hasn’t been updated in *2* years) is showing unavailable for pick up at many Apple stores plus shipment delays.
嗯?
🆕 iOS 15.1 Beta 4
📦Swift-DocC is Now Open Source
有兩個 dependencies 特別有意思:
🧠从 2016 年的一个视频再谈 SwiftUI 的理念、现状与未来——Tualatrix
… 可以联想到 Apple 在准备 WWDC16 的前后,就已经开始着手准备打造 SwiftUI 这个下一代图形编程了。
↩️Simplifying Backwards Compatibility in Swift——Dave DeLong
用在 SwiftUI 新舊 API 交界非常實用!
A handy Swift convenience thing I came up with recently (1/n):
struct Backport<Content> {
let content: Content
}
extension View {
var backport: Backport<Self> { Backport(content: self) }
}
🤪Random Tweets
Telegram-iOS 源码导读,来自 @eniton,感觉可以推荐给微信 😄
基础
1. hubo.dev/2020-05-07-sou…
2. hubo.dev/2020-05-11-sou…
3. hubo.dev/2020-05-15-sou…
协议
4. hubo.dev/2020-06-05-sou…
UI 架构
5. hubo.dev/2020-06-14-sou…
6. hubo.dev/2020-06-22-sou…
内容
7. hubo.dev/2020-07-12-sou…
🤝社群活動
10/23-24 MOPCON 2021 本屆至少有三場 iOS 相關題目,線上舉行
從 UIKit 到 SwiftUI 的思維轉移—Pofat
iOS 隱私與便利的前世今生—ZhgChgLi (Harry)
🎙weak self podcast 85: iOS 開發者之痛、iOS 開發者之恥—Xcode 管理學
其實妥善管理 Xcode 的話,可以少很多傷害。
💼職缺/履歷交流區
如果你有 iOS 相關職缺或是求職履歷想要刊登在開發者週報,請見關於。