MMCardView
MMCardView copied to clipboard
Cusom CollectionView card layout
I have tried to setup a section header using UICollectionReusableView. but, it is not showing up. Is there any way to achieve a section header with this library?
bugFix: cover show style layout attribute miscalculation
revert code
We are trying to display images from network in cell items. Our images were blinking simultaneously when scrolling MMCollectionView. NumberOfItemsInSection method is keep calling when scroll the items. Why this...
I altered some things in your example ViewController.swift to give you the perspective I'm facing, those were the changes: var titleArray = ["GIOVANNIJ","MARCO","IBITCI","GOD","DID","RUAN","APPEND","BIAJ","LELE","TETE"] func generateCardInfo (cardCount:Int) -> [AnyObject] { var...
This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes.
Hi, Thank you for sharing the card view it looks very good. I'm having trouble to get the example working (I'm using Materials as well) card view is not showing....