Post

Replies

Boosts

Views

Activity

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 `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