Secciones de tabla automáticas
self.frc = NSFetchedResultsController<Mensaje>(fetchRequest: consulta, managedObjectContext: miContexto, sectionNameKeyPath: "conversacion.titulo", cacheName: "miCache")override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
return self.frc.sections![section].name
}Last updated
Was this helpful?