Skip to content

Subclass of UITableViewCell based on ABTableViewCell by Loren Brichter

Notifications You must be signed in to change notification settings

paoloq/PQTableViewCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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: [email protected].

About

Subclass of UITableViewCell based on ABTableViewCell by Loren Brichter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published