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
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!
Nov ’21