Post

Replies

Boosts

Views

Activity

Reply to invalid mode 'kCFRunLoopCommonModes'
@eskimo writes: Other than the log message, is this causing ... any problems? YES! For a sheet with an @ObservedObject object with date and isToggle members having the UI with a DatePicker and Toggle, changing the date to today's date--whatever today happens to be when running--then toggling cause the sheet to go away--poof--back to the previous view WHEN IN DEBUG MODE. This does not happen in release. January 18, 2022
Topic: Programming Languages SubTopic: Swift Tags:
Jan ’22
Reply to WeatherKit does not work on Simulators
Same error. Consequently, iPhone 8 (5.5 inch) screen captures from the simulator for the App Store are on hold.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Hourly history with WeatherKit REST API
With the Swift API (not REST) I'm still finding it to be hit or miss. Here's a look ... // Historical daily request let forecast: Forecast<WeatherKit.DayWeather> = try await weatherService.weather(for: location, including: .daily(startDate: november24-2021, endDate: november25-2021))
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to invalid mode 'kCFRunLoopCommonModes'
@eskimo writes: Other than the log message, is this causing ... any problems? YES! For a sheet with an @ObservedObject object with date and isToggle members having the UI with a DatePicker and Toggle, changing the date to today's date--whatever today happens to be when running--then toggling cause the sheet to go away--poof--back to the previous view WHEN IN DEBUG MODE. This does not happen in release. January 18, 2022
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’22