MVCarouselCollectionView icon indicating copy to clipboard operation
MVCarouselCollectionView copied to clipboard

Image not loading

Open mjhassan opened this issue 9 years ago • 2 comments

After installing MVCarouselCollectionView in my project I see blank view. In installation and usage there were no problem. I dug up a tittle by setting breaking point into your collection view data source methods. And I saw _collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionViewCell_ never called. FYI, _collectionView(collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int_ called and returned image number. I'm using Xcode 7.3 and swift 2.2, if those may any help to you.

Thanks.

mjhassan avatar May 25 '16 16:05 mjhassan

Perhaps, this is the reason. But can you please make support for larger image size? Thanks.

mjhassan avatar May 30 '16 17:05 mjhassan

+1

vstepanyuk avatar Aug 21 '16 21:08 vstepanyuk