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. -koko _______________________________________________ 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]
