tags:

views:

29

answers:

0

Hi all,

I need to display different type of contents in a single table view. For that i have a table data source containing a number of items For eg: NSArray *objArray=[[NSArray alloc] initwithobjects:@"iTem1",@"iTem2",nil]; The size of this array may change and i need to add one more cell along with the cells corresponding to the array objects.

The problem is that i need to show the custom cell for array objects and normal uitableview cell for the extra object.

So how can i implement that??

plz help..

Thnx in advance Syam S