в этих 3 строках кода есть этот «делегат», я не могу найти его нигде в коде, даже в FruitsAppDelegate. Я не могу вспомнить, что это означает: это соглашение? это автоматически означает AppDelegate?
// Customize the number of rows in the table view.
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
FruitAppDelegate *appDelegate = (FruitAppDelegate*)[[UIApplication sharedApplication] delegate];
return appDelegate.fruits.count;
}
спасибо