uitableview - ios steps to create custom UITableViewCell with xib file -


i need create own uitableviewcell using xib file, draw graphic interface... right steps create new class , use uitableview?

thanks in advance

in ios5 you'll want use new:

registernib:forcellreuseidentifier:

which same thing...


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -