PQCollectionViewCell
June 17, 2013 • Public Domain License
PQCollectionViewCell is based on the logic behind PQTableViewCell, applied on a UICollectionViewCell.
To use, subclass PQCollectionViewCell, and use `drawCellView:` instead of `drawRect:` when y...