Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 702 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 702 Bytes

PQTableViewCell

PQTableViewCell is based on the logic behind ABTableViewCell.

How to use

Subclass PQTableViewCell, 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

PQTableViewCell removes all the original content, so there won't be a selected or highlighted status. You are free to implement the same logic in order to have a selectedView, as enormego's ABTableViewCell does.

Author

Paolo Arduin: arduin.paolo@gmail.com.