Я объявил ib outlet как uiimageview и попробовал этот код:
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
id <NSFetchedResultsSectionInfo> sectionInfo = [[self.fetchedResultsController sections] objectAtIndex:section];
return [sectionInfo numberOfObjects];
if (section > 1){
mySpeech.hidden = YES;
}
}
mySpeech - это просмотр изображений ...
Но это не работает! Есть идеи?