Closed chintan1891 closed 10 years ago
@chintan1891 Is the issue that the background is black and not some other color, or do you actually want some content in this new cell, or both?
I want some content in this new cell
@chintan1891 You can use the existing UICollectionView data source and delegate protocol methods to do this (e.g. for - collectionView:numberOfItemsInSection:
you'd return whatever your collection count is plus one for this new cell at the end), so you'll need to replace the implementations in RPSlidingMenuViewController by subclassing or forking the project and customizing. I don't fully know how you expect this new cell to behave, so you may need to customize other implementations (like RPSlidingMenuLayout) to do what you'd like.
I'm going to close this issue now since it's not a feature request or bug.
After end of last cell, i am able to see a black blank part, which is a background of Collection View. Is there any way to to fill that part will a simple (fixed height) collection view cell?