I've got an app that displays 40-50 thumbnail images at a time via
CloudKit.  Right now it issues a CKQuery for each image when its
corresponding UICollectionViewCell becomes visible. (Once I have them they
are kept locally)

I could launch 1 or 2 queries to retrieve the entire batch, which would of
keep the queries per second down, but maybe be less responsive.

Anyone have any experience with something similar?
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to