UITableViewCell without using deprecated method initWithFrame:reuseIdentifier

Posted by Joo Park on Stack Overflow See other posts from Stack Overflow or by Joo Park
Published on 2010-05-11T23:21:47Z Indexed on 2010/05/11 23:24 UTC
Read the original article Hit count: 581

Filed under:
|

I have read Loren's article on drawing your own content for UITableViewCell.

Article

However, he is using a deprecated method. initWithFrame:resuseIdentifier: is deprecated on UITableViewCell.

How do you get his example to work without using initWithFrame:reuseIdentifier?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableviewcell