Skip to content

Subclass of UICollectionViewCell based on PQTableViewCell's logic

Notifications You must be signed in to change notification settings

paoloq/PQCollectionViewCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PQCollectionViewCell

PQCollectionViewCell is based on the logic behind PQTableViewCell, applied on a UICollectionViewCell.

How to use

Subclass PQCollectionViewCell, and use drawCellView: instead of drawRect: when you want to draw something on the cell.

I recommend to draw strings and images for a faster and smoother scrolling.

Notes

PQCollectionViewCell removes all the original content but selectedBackgroundView. Bringing it on front we are able to use it for a selected or highlighted status.

Author

Paolo Arduin: [email protected].

About

Subclass of UICollectionViewCell based on PQTableViewCell's logic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published