Recargar / Actualizar / refrescar un row o seccion en especifico de una tabla

tableView.reloadSections(NSIndexSet(index: 2), withRowAnimation: .None) //or with animation self.tableView.reloadSections(NSIndexSet(index: 1), withRowAnimation: .Fade)

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.