
Somehow, in my iPhone application.. i am not able to add an array in UITableview. Can anyone please explain about the possible reason.
In my application i am loading the list of array in "number of row in section" method as given below..
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
return [myArr count];
}
Can anyone?
Thanks!!
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.