You can set the space on the left and right to indent when setting the frame for the collection view.
or
cellForItemAtIndexPath, , , . .
contentInset collectionView.
,
UICollectionView *cv;
cv.contentInset = UIEdgeInsetsMake(0, 5, 0, 5);
UICollectionView contentInset , .