New to IOS development and am having trouble with handling cell selection on a table. Whenever I select, the method is not getting called below - any idea why?
My proje
SWIFT 3
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { // Do here }
Use the above delegate method in swift 3