Im new in iphone and I want know that what can create tableview with many cell of object like this :
NSMutableArray *animal = [[NSMutableArray alloc]initWithObjects:@"Lion",@"Tiger",@"Dog",@"Cat",@"Sheep",@"Wolf", nil];
in tableview that when to click any cell fo on next page that is tableview with many object of first object (like this : lion 1,lion 2,lion 3,lion 4,lion 5,...)
so I want that create tableview in tableview another ...
please guide me. thanks!!!