Post

Replies

Boosts

Views

Activity

Comment on Slow rendering List backed by SwiftData @Query
Hi @DTS Engineer, thanks for your response! I do believe this should work as expected without the need for pagination. On UIKit + CoreData you don't need pagination, using an NSFetchedResultsController allows you to display as many items as you wish on a UITableView/UICollectionView without any hangs whatsoever. I've filed FB15507372 and put up the project for anyone to download and run here: https://github.com/xmollv/SlowData
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’24
Comment on Xcode Cloud should not use Release Candidates of Xcode if the App Store doesn't accept them
@1gor We had been releasing before. It broke today when they released the RC, you can of course change the Xcode used to the latest that's not a RC (what we did to unblock us) but this means we have to keep switching which version of Xcode our builds use instead of using the latest stable (non-RC one). Hopefully somebody on the Xcode Cloud team will pick this up and allow us to select latest (non-RC) ones!
Feb ’24
Comment on Is there any way to force the presentation of a Share Extension's UIViewController to use UISheetPresentationController?
Thanks for such a detailed response, it helped me a lot to learn more about how the presentation of Share Extensions works. I believe that I'd be able to achieve what I want using the NSExtensionActionWantsFullScreenPresentation, but ideally there should be a way to customize the detents as suggested. I've opened a feedback for it: FB9762713. Thank you!
Topic: UI Frameworks SubTopic: UIKit Tags:
Nov ’21
Comment on TestFlight builds for macOS stuck processing for days without finishing
Indeed that solved it, thanks for letting us know!
Replies
Boosts
Views
Activity
Nov ’25
Comment on WebView makes website content unaccessible on the top/bottom edges
@DTS Engineer Thanks a lot!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on SwiftUI's List backed by CoreData using @FetchRequest fails to update on iOS 26 when compiled with Xcode 26
Jordan and I chatted on Mastodon and turns out I can still reproduce the issue on subsequent runs. First run works alright, next time I run the sample project it breaks like the OP. See: https://mastodon.social/@xmollv/115136387611606344 // @DTS Engineer
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on WebView makes website content unaccessible on the top/bottom edges
Yeah I had tried them but none of them seem to give me the results I want. Did it work on your end? The code is the one I shared above, tried many modifiers on that one and nothing seems to work for me...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on Ask Each Time on macOS doesn't not allow empty selection
Here's the FB number: FB18598206. Also put up a sample project to easily reproduce the issue: https://github.com/xmollv/ShortcutsOptionalSelectionBug. Thanks!
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on Slow rendering List backed by SwiftData @Query
Hi @DTS Engineer, thanks for your response! I do believe this should work as expected without the need for pagination. On UIKit + CoreData you don't need pagination, using an NSFetchedResultsController allows you to display as many items as you wish on a UITableView/UICollectionView without any hangs whatsoever. I've filed FB15507372 and put up the project for anyone to download and run here: https://github.com/xmollv/SlowData
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Xcode 15.3 and iOS 17.4 generate a CPU spike when launching the app
@alexcason Are you getting the same backtrace as me? Indeed disabling Thread Performance Checker allows us to not have this spike, but it also means we're opting out of something that seems really useful. If the backtrace you get is the same as us, I'm pretty sure Apple will need to fix this internally 😬
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Xcode Cloud should not use Release Candidates of Xcode if the App Store doesn't accept them
@1gor We had been releasing before. It broke today when they released the RC, you can of course change the Xcode used to the latest that's not a RC (what we did to unblock us) but this means we have to keep switching which version of Xcode our builds use instead of using the latest stable (non-RC one). Hopefully somebody on the Xcode Cloud team will pick this up and allow us to select latest (non-RC) ones!
Replies
Boosts
Views
Activity
Feb ’24
Comment on Xcode Cloud failure without any project changes: Invalid Provisioning Profile
Thanks for the reply! Yeah, I did check but at that point everything was green... seems to have been solved now tho!
Replies
Boosts
Views
Activity
Jun ’23
Comment on Xcode Cloud doesn't load on AppStoreConnect
Seems to be working fine again now!
Replies
Boosts
Views
Activity
Jun ’23
Comment on Xcode Cloud failure - The Build - iOS action could not complete due to an error. Something went wrong and the Xcode Cloud team has been notified to investigate. The error may not occur on rebuild.
Seems to be working fine on our end now, thank you!
Replies
Boosts
Views
Activity
Mar ’23
Comment on @FetchRequest is not updated when Core Data is saved from another process (Share Extension)
No, I ended up not using Core Data on extensions, had to many issues with that.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on [CloudKit Console] Crashes with 500 internal server error
Yes, it seems to be working fine now. PS: I marked by mistake a comment as the solved answer, and there's no way to change that nor delete my response. If you (or anyone at Apple) could fix it, that'd be great.
Replies
Boosts
Views
Activity
Nov ’21
Comment on Is there any way to force the presentation of a Share Extension's UIViewController to use UISheetPresentationController?
Thanks for such a detailed response, it helped me a lot to learn more about how the presentation of Share Extensions works. I believe that I'd be able to achieve what I want using the NSExtensionActionWantsFullScreenPresentation, but ideally there should be a way to customize the detents as suggested. I've opened a feedback for it: FB9762713. Thank you!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on [CloudKit Console] Crashes with 500 internal server error
Thank you!
Replies
Boosts
Views
Activity
Nov ’21