Problem: 800 pictures come from server in NSMutableArray so when open UICollectionView then 10 minutes wait for loading 800 pictures..
So I want to first 12 picture when i first time open UICollectionView then send request to server when i scroll UICollectionView for fetch next 12 picture load. How it is?