tags:

views:

73

answers:

1

Hi,

I want to create grouped table as dynamically. My aim is creating sections as dynamically in run time in UITableview. In same time i will maintain all data in NSArray. If anybody know the code, please help me.

Thanks.

+3  A: 

Look at -[UITableView insertRowsAtIndexPaths:withAnimation:] as well as the other insert/delete cell methods.

Cory Kilger
If you follow the link and then click on a method name, most of the methods have a "Related Sample Code" section that list several projects.
Robot K