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.
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.
Look at -[UITableView insertRowsAtIndexPaths:withAnimation:]
as well as the other insert/delete cell methods.