/sstableviewcell

A fast table view cell based on ABTableViewCell

Primary LanguageObjective-C

SSTableViewCell

Simple, fast table view cell based on ABTableViewCell.

Just override drawContentView: and write your drawRect: code for the cell's inner view.

Notes

Unlike ABTableViewCell, it adds the custom view to UITableViewCell's contentView so it allows for resizing and backgroundView to selectedBackgroundView animations better.