, :
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
return 10;
}
, , , UITableView , , , .
, , "9", 10 .
, , , NSMutableArray , - :
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
return [arrayWithStuff count];
}
, (removeObjectAtIndex:) , .
(Edit: Replied , , ! /, , , )