MMCardView icon indicating copy to clipboard operation
MMCardView copied to clipboard

Cusom CollectionView card layout

Results 8 MMCardView issues
Sort by recently updated
recently updated
newest added

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

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....