Post

Replies

Boosts

Views

Activity

Comment on iOS 17 StandBy Mode Opt Out for Widgets?
Perfect, Thank You! For those interested, I created this modifier to work across all my small and medium widgets on iOS: extension WidgetConfiguration { func widgetOnlyOnHomescreen() -> some WidgetConfiguration { if #available(iOSApplicationExtension 17.0, *) { return self.disfavoredLocations([.standBy, .iPhoneWidgetsOnMac, .lockScreen], for: [.systemSmall, .systemMedium]) } else { return self} } }
Sep ’23
Comment on Conditionally Migrate WatchOS 10 users ONLY to WidgetKit
And now with iOS 17 & WatchOS 10 release....
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on iOS 17 StandBy Mode Opt Out for Widgets?
Perfect, Thank You! For those interested, I created this modifier to work across all my small and medium widgets on iOS: extension WidgetConfiguration { func widgetOnlyOnHomescreen() -> some WidgetConfiguration { if #available(iOSApplicationExtension 17.0, *) { return self.disfavoredLocations([.standBy, .iPhoneWidgetsOnMac, .lockScreen], for: [.systemSmall, .systemMedium]) } else { return self} } }
Replies
Boosts
Views
Activity
Sep ’23
Comment on Conditionally Migrate WatchOS 10 users ONLY to WidgetKit
Ahh... That was my post too! 😱 I migrated to a single target a year back so I don't think this is my issue unfortunately.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on showsWidgetContainerBackground crashes on iOS17 beta 6 on a real device
Oh, and also on the WatchOS beta
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Corner complication with arching text label
I presume there's no chance of this being back ported to WatchOS 9.... some of my users will never update for various reasons including having an iPhone X stuck on iOS 16
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on Waiting for first unlock
This response made me chuckle! But yes I second that this happens quite a bit for me. Never on my development device without a passcode set, often on the other. Hopefully this might get fixed one day 🤞
Replies
Boosts
Views
Activity
Feb ’23
Comment on Full Keyboard Access causing SwiftUI TabView bug?
iOS 15 so far seems to be the only fix
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Comment on Queried heart rate samples in the past interval have lower resolution than recent samples
I've noticed this issue for several years now and never found any information or documentation on what's going on. Thank you very much for clarifying this. Any further information on what defines "older workout data", as in how old, specifically interested in heart rate. Tine to get on adopting HKQuantitySeriesSampleQuery!
Replies
Boosts
Views
Activity
Sep ’21