xcode - Add more UICollectionViewCell to an existing UICollectionView -
I am trying to add some other cells to an existing I tried to use CollectionView Can anyone help me? This view will serve the rest. UICollectionView Only some cells filled up reload data but it looks like reloading the entire collection view and I just add more cells Wanted.
UICollectionView There are ways to add / remove items in class. To put an item in some index (section 0 ), modify your model accordingly and then:
int IndexPath = [NSINXPath IndexPathForFire Item: Index]; NSArray * indexPaths = [NSArray arrayWithObject: address in the index: 0]; [CollectionView insertItemsAtIndexPaths: Index Path];
Comments
Post a Comment