update cell value swift code example
Example: update cell value swift
let cell = tableView.cellForRowAtIndexPath(IndexPath(forRow: 0, inSection: sender.tag)) as! DetailTableViewCell
cell.value = 0
let cell = tableView.cellForRowAtIndexPath(IndexPath(forRow: 0, inSection: sender.tag)) as! DetailTableViewCell
cell.value = 0