I've added UITableView to presented UIViewController, but when presented the delegate method didSelectRowAt doesn't called when i tap on row. i have tried reenable userInteraction on table on ViewWillAppear method of presented VC.
I've added UITableView to presented UIViewController, but when presented the delegate method didSelectRowAt doesn't called when i tap on row.
i have tried reenable userInteraction on table on ViewWillAppear method of presented VC.