Re: UICollectionView
Re: UICollectionView
- Subject: Re: UICollectionView
- From: David Duncan <email@hidden>
- Date: Wed, 08 May 2013 11:30:48 -0700
On May 8, 2013, at 11:06 AM, koko <email@hidden> 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@hidden)
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:
This email sent to email@hidden