On May 8, 2013, at 11:06 AM, koko <[email protected]> wrote: > Given an array of UIImages as a data source I want to populate a UICollection > with these images. > > If I call -reloadData I see nothing in the view until the data source is > exhausted then the view is displayed will all images. > > How can the UICollectionView be told to display each cell / image as it is > created? I want the user to see that something is happening.
Is the data source actually updating with new information? From the symptoms it sounds like that is not the case, and that it doesn't update until you've finished loading all of the images. -- David Duncan _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
