Post

Replies

Boosts

Views

Activity

Reply to iOS 16.0 beta 7 broke Text(Date(), style: .timer) in SwiftUI widgets
I am having issues with the always-on screen changing the 3:44:22 to '3 hours 44 minutes' which is way too long for the widget. Has anybody managed so find a solution for this issue on the always-on screen? I notice the apple timer shows this as 3:44:-- which is a much better presentation for a widget. I understand wanting to drop the seconds update in always-on for battery life but why such a long string? Makes it unusable.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’24
Reply to iOS17 UITextView inputView becomFirstResponder does not work
Not sure if this will help some but for me I was getting this message with a WKWebView that was editable when trying to show the keyboard. It was looping endlessly. I finally managed to remove the error and use the keyboard by removing an environment variable that I had in the view that contained the WKWebView Representable. It was the following @Environment(.colorScheme) var colorScheme. Commenting this out removed the problem.
Topic: UI Frameworks SubTopic: General Tags:
Nov ’23
Reply to List updates very slowly and blocks UI
Does anyone know if this issue is resolved or made better with iOS 15? I'm having the same issue. Setting the array to [] and repopulating or adding a .id(UUID()) to the list both have some tradeoffs. Notably not saving scroll position or updating the view when using NavigationLink to navigate to other views.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’21
Reply to How to get Critical Alerts entitlement for custom alarm clock?
I’m having the exact same issue and have been rejecter Did you manage to resolve this? It basically renders having an alarm or alert app impossible.
Replies
Boosts
Views
Activity
Mar ’24
Reply to iOS 16.0 beta 7 broke Text(Date(), style: .timer) in SwiftUI widgets
I am having issues with the always-on screen changing the 3:44:22 to '3 hours 44 minutes' which is way too long for the widget. Has anybody managed so find a solution for this issue on the always-on screen? I notice the apple timer shows this as 3:44:-- which is a much better presentation for a widget. I understand wanting to drop the seconds update in always-on for battery life but why such a long string? Makes it unusable.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to iOS17 UITextView inputView becomFirstResponder does not work
Not sure if this will help some but for me I was getting this message with a WKWebView that was editable when trying to show the keyboard. It was looping endlessly. I finally managed to remove the error and use the keyboard by removing an environment variable that I had in the view that contained the WKWebView Representable. It was the following @Environment(.colorScheme) var colorScheme. Commenting this out removed the problem.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Why cant I open xcode projects in Catalina?
The issue seems to be with projects that are in directories that syncs to your iCloud. You should create a directory in your home directory called Developer and save your projects there. Do not save projects in any directory that syncs to iCloud. that sync processor can cause issues with Xcode.
Replies
Boosts
Views
Activity
Dec ’21
Reply to List updates very slowly and blocks UI
Does anyone know if this issue is resolved or made better with iOS 15? I'm having the same issue. Setting the array to [] and repopulating or adding a .id(UUID()) to the list both have some tradeoffs. Notably not saving scroll position or updating the view when using NavigationLink to navigate to other views.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21