我關心部分的OS 27 總結:
• walkback了上個版本最糟糕的一些Liquid Glass設計,尤其是懸浮的sidebar以及macOS的圓角和scroll edge effect。
• 設計上回歸更沉穩專業的配色,Apple Intelligence和Siri放棄前兩年過於多彩的浮誇形象。
• (hopefully)終於整了整系統穩定性。
• (hopefully)終於能夠deliver兩年前的Apple Intelligence大餅。
• walkback了上個版本最糟糕的一些Liquid Glass設計,尤其是懸浮的sidebar以及macOS的圓角和scroll edge effect。
• 設計上回歸更沉穩專業的配色,Apple Intelligence和Siri放棄前兩年過於多彩的浮誇形象。
• (hopefully)終於整了整系統穩定性。
• (hopefully)終於能夠deliver兩年前的Apple Intelligence大餅。
有一些Release Note里提到的已知問題可能影響正常使用,挑出來作為beta更新警示:
iOS
• In the Camera app, Portrait mode blur effect might render incorrectly for photos. (177335723)
• (CarPlay) Your vehicle’s next and previous track steering wheel buttons might not function correctly in CarPlay. (177832695)
• You might be unable to stop a ringing alarm from the lock screen without unlocking your device. (177728602) Workaround: Unlock your device, or say “stop the alarm,” or say “stop music.”
• (Messages) GIFs and pasted images might render as the incorrect size. (177657977)
SwiftUI的DocumentGroup終於支援async+背景IO了,終於算是能用了⋯⋯
In apps built with the 27.0 SDKs, the new ReadableDocument and WritableDocument protocols support asynchronous reading and writing, progress reporting, and direct access to document URLs. New DocumentGroupinitializers that adopt these protocols let you disable document creation for editing-only apps and present custom UI before any document is opened. The initializers expose an Observable URLDocumentConfiguration and integrate with Swift concurrency and the Observationframework. New applications should prefer ReadableDocument and WritableDocument over ReferenceFileDocument, which remains available.
Laoself
SwiftUI的DocumentGroup終於支援async+背景IO了,終於算是能用了⋯⋯ In apps built with the 27.0 SDKs, the new ReadableDocument and WritableDocument protocols support asynchronous reading and writing, progress reporting, and direct access to document URLs. New DocumentGroupinitializers…
Menu大量濫用icon的設計也往回調了。
The menu bar on iPadOS 27.0 and macOS 27.0, as well as context menus on macOS 27.0, present a reduced set of menu item images. By default, SwiftUI now hides all menu item symbol images in most contexts, while non-symbol images remain visible. Review the updated Human Interface Guidelines to determine which menu items in your app should still display images. Use the labelStyle(_:) view modifier with the .titleAndIcon style to indicate that a menu item Label’s icon should always be shown — such as when the menu item represents an object or a concept rather than an action. SwiftUI continues to automatically provide default visible menu item images for certain common system-wide menu items, such as Settings, Share, and Print. (170480710)
Laoself
Menu大量濫用icon的設計也往回調了。 The menu bar on iPadOS 27.0 and macOS 27.0, as well as context menus on macOS 27.0, present a reduced set of menu item images. By default, SwiftUI now hides all menu item symbol images in most contexts, while non-symbol images remain…
告別經常glitch的scroll edge effect,回到往下滾動時出現一條毛玻璃navigation bar。
🌚2
Laoself
告別經常glitch的scroll edge effect,回到往下滾動時出現一條毛玻璃navigation bar。
Thank you Apple, this is so much better on macOS.
🤩7👏4
"Resizable Layout in iOS" is a very convoluted way to introduce foldable iPhones.
😁4🤣1
Laoself
OS 27感覺把最被詬病的設計問題都walkback了(x
目前的體驗:確實是許久沒見到的穩定性+Quality of Life更新。
我甚至覺得macOS 27和iOS 27跑得比OS 26.5速度快,甚至作為第一個beta完全沒額外發熱。
目前只在備機上更新,但我現在已經在考慮要不要把主用手機一起更新了。
我甚至覺得macOS 27和iOS 27跑得比OS 26.5速度快,甚至作為第一個beta完全沒額外發熱。
目前只在備機上更新,但我現在已經在考慮要不要把主用手機一起更新了。
https://developer.apple.com/private-cloud-compute/
Foundation Models on PCC甚至只對App Store Small Business Program + 首次下載量<2mil的app開發者開放
Foundation Models on PCC甚至只對App Store Small Business Program + 首次下載量<2mil的app開發者開放
Apple Developer
Private Cloud Compute - Apple Developer
Access Apple's server-side foundation models at no cost through Private Cloud Compute. Available for App Store Small Business Program developers with enhanced AI capabilities and longer context windows.
😁1
Forwarded from Swift Updates
Swift Forums
Kiln - a documentation engine written in Swift
Hi all, I've just released the 1.0 of Kiln a new documentation engine built in Swift. It's built on top of many community packages, including Vapor's LeafKit, [Swift Markdown]( GitHub - swiftlang/swift-markdown: A Swift package for parsing, building, editing…