Apple Intelligence is a software feature available on macOS devices with any Apple Sillicon chip. Yet it gets so much attention in all 3 hardware announcements this week. Some slides are even the same! Why is that? 😃
What is this close button on the left side? Shows for me when a notification group is expanded on iOS 18.0.1. Is this some kind of debug view released by accident? 😃
QuickPath (aka "Slide to Type") is finally available on Czech system keyboard in iOS 18! It only took 5 years since the introduction in iOS 13.. 🦥 Bye bye SwiftKey, you’ve done amazing job 🫶
TIL: You have to apply `containerBackground(_, for:)` view modifier (available from watchOS 10) on Apple Watch complication/widget even when it is never actually visible 🧐
Is there any suggested architecture for modular iOS project with watchOS support? Like separate SPM package/target to contain all the 'if os(watch)' conditions? It feels messy to have it all over the place 🤔