I feel like this is the area in which i would do something to change what the cells lead to and say in the second section.
NSMutableArray *array = [[NSArray alloc] initWithObjects:@"Vitamin A", @"Item 1", @"Item 2", @"Item 3", @"Item 4", @"Item 5", @"Item 6", @"Item 7", @"Item 8", @"Item 9" , @"Item 10", @"Item 11", @"Item 12", nil];
self.firstArray = array;
[array release];
|