Post

Replies

Boosts

Views

Activity

Comment on SwiftUI support for LargeContentViewer
I plan on watching that and all the videos (I am such a nerd). I was going through the documentation that was released yesterday but did not see anything that aligned with the LargeContentViewer features. I do see when building a test app that the LargeContentViewer is definitely a think in SwiftUI because TabView uses it as expected.
Topic: Community SubTopic: Apple Developers Tags:
Jun ’21
Comment on SwiftUI `onOpenURL` lacks `referrerURL` and `annotation` present in NSUserActivity
Yes, I know that workaround but that's not really a workaround as it still requires staying with the UIKit lifecycle. If you use the SwiftUI lifecycle and assign AppDelegate/SceneDelegates those related entry points are no longer called - hence the apparent lacking functionality to allow me to migrate some of my apps that rely on some of that data that is missing.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’24
Comment on What happened to readable margins?
As I mentioned in my post I have found workarounds. My question was basically aimed at Apple because I want to know why it's not supported directly by SwiftUI. Is it missing by accident or on purpose, and if so why. Thanks for the link though - however I prefer to not have to use hardcoded magic numbers such as 52% because it kind of defeats the purpose of letting iOS calculate those margins based on device specifics.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’25
Comment on SwiftUI support for LargeContentViewer
I plan on watching that and all the videos (I am such a nerd). I was going through the documentation that was released yesterday but did not see anything that aligned with the LargeContentViewer features. I do see when building a test app that the LargeContentViewer is definitely a think in SwiftUI because TabView uses it as expected.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on CLLocationButton does not show pressed states
That is feedback, but a button should "feel" like other buttons especially the big ones with the long title text in them.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on SWHighlightCenterDelegate never gets called
I just tried Beta 3 of Xcode and iOS 16, same issue.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on ShareLink + Preview equals crash
Looks like that cleared up, so I can use SharePreview to show an alternate image and text on the share sheet when it opens. Now I am trying to figure out how to get a custom image and a URL output to iMessage when selected.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Getting WeatherKit error WeatherDaemon.WDSJWTAuthenticatorService.Errors
Apple unified my App ID prefix for all my apps/extension - but that did not seem to help the situation. The only difference is now the "Code" is 1 instead of 0.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Getting WeatherKit error WeatherDaemon.WDSJWTAuthenticatorService.Errors
I am getting another warning in addition to the same one as before. 2022-08-16 11:26:06.756397-0700 ItsAlmostTime[851:215502] [AuthService] Failed to generate jwt token for: com.apple.weatherkit.authservice with error: Error Domain=WeatherDaemon.WDSJWTAuthenticatorService.Errors Code=1 "(null)"
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on WeatherQueries with start/end dates not returning forecast for those dates
I stand correctly. I can get some hourly weather data, but when I try to get daily forecasts using .daily(startDate: start, endDate: end)I get nothing back and no errors.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on WeatherQueries with start/end dates not returning forecast for those dates
That's for the information. It now makes it clear that I will not be able to use WeatherKit for my current purposes. I was hoping that the forecasts would become more almanac like when the requested dates are in the future past the next 10 days. I do see the SDK being very useful; just not for this particular app scenario.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on WeatherQueries with start/end dates not returning forecast for those dates
I was looking for forecasts beyond 10 days out, not historical data.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on New ColorResource and ImageResource not available in Swift package
Actually, I realized that the for some reason the Generate Swift Asset Symbol Extensions was not enabled by default. Flipping that flag took care of accessing the colors via UIColor.myblue as an example.
Replies
Boosts
Views
Activity
Jul ’23
Comment on DiffableDataSource failing to reconfigure cell
The problem only happens occasionally. The Identifiable uses a string that is a constant for each item that cannot change. The hash and == methods are about as simple as they can be. Am still baffled.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on SwiftUI `onOpenURL` lacks `referrerURL` and `annotation` present in NSUserActivity
Yes, I know that workaround but that's not really a workaround as it still requires staying with the UIKit lifecycle. If you use the SwiftUI lifecycle and assign AppDelegate/SceneDelegates those related entry points are no longer called - hence the apparent lacking functionality to allow me to migrate some of my apps that rely on some of that data that is missing.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on What happened to readable margins?
As I mentioned in my post I have found workarounds. My question was basically aimed at Apple because I want to know why it's not supported directly by SwiftUI. Is it missing by accident or on purpose, and if so why. Thanks for the link though - however I prefer to not have to use hardcoded magic numbers such as 52% because it kind of defeats the purpose of letting iOS calculate those margins based on device specifics.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on What happened to readable margins?
DOH! I would have sworn I did submit a request, but looking just now I apparently did not. I just added FB16962894.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Comment on Intelligence Features not available in Xcode 26 beta 1
You definitely need macOS Tahoe Beta installed in order for the feature to turn on.
Replies
Boosts
Views
Activity
Jun ’25