Wednesday, September 15, 2010

How many rows in the section

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
return test.count;
}

No comments:

Post a Comment