Dynamically adding data to a UITableView
Posted
by
tableview
on Stack Overflow
See other posts from Stack Overflow
or by tableview
Published on 2011-01-14T05:59:39Z
Indexed on
2011/01/14
6:53 UTC
Read the original article
Hit count: 214
Hey guys! I'm new to Objective C and I need a little help. I've created a UITableView in a UIViewController. I'd like to know how to populate my UITableView dynamically. The data is a bunch of labels that I've stored in a NSMutableArray. So each row displays the contents of the array. Once the array is reloaded with fresh data, the second row will then keep displaying the data as it is added to the array. Thanks in advance for any help!
© Stack Overflow or respective owner