Open hungwei0331 opened 8 years ago
// MARK: - Table view delegate
override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true)
let cell = tableView.cellForRow(at: indexPath)
...
Its works for me, thank you so much
I had merged the SWRevealViewController in porject, it works well
but I want to do something after selected cell ,
How can I detect the clicked event?
Thanks for any replay in advance.