I need to create my own UITableViewCell using the xib file, to draw the graphic interface... what are the right steps to create my new class and to use into my UITableView?
thanks in advance
In iOS5 you'll want to use the new:
registerNib:forCellReuseIdentifier:
registerNib:forCellReuseIdentifier
Which basically does the same thing...
1.4m articles
1.4m replys
5 comments
57.0k users