I have read Loren’s article on drawing your own content for UITableViewCell. However, he is using a deprecated method: initWithFrame:reuseIdentifier: is deprecated on UITableViewCell.
How do you get his example to work without using initWithFrame:reuseIdentifier?
just had to replace
initWithFrame:reuseIdentifier:with the following.Also, apple has an example as Loren points out but they use
initWithStyle:reuseIdentifier:http://developer.apple.com/iphone/library/samplecode/TableViewSuite/Introduction/Intro.html