I am using xcode6.3
I created a array in the SimpleViewTable.m
file
tableData = [NSArray arrayWithObjects:@"Egg Benedict", @"Mushroom Risotto", @"Full Breakfast", @"Hamburger", @"Ham and Egg Sandwich", @"Creme Brelee", @"White Chocolate Donut", @"Starbucks Coffee", @"Vegetable Curry", @"Instant Noodle with Egg", @"Noodle with BBQ Pork", @"Japanese Noodle with Pork", @"Green Tea", @"Thai Shrimp Cake", @"Angry Birds Cake", @"Ham and Cheese Panini", nil];
When i run the program.
In the simulator screen i got result but it start from the @"Vegetable Curry"
.
It is not showing result from index 0.
When i click on the table item and drag down, then i see previous items. and it again moves up.
Please give me a suggestion so that i can resolve this issue.