You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: