-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I have written following line in view did load method of left menu vc
let indexPath = IndexPath(row: 0, section: 0);
self.tableView.selectRow(at: indexPath, animated: false, scrollPosition: UITableView.ScrollPosition.none)
self.tableView(self.tableView, didSelectRowAt: indexPath)
Now Press on drawer not opening the left menu first time.
and on second time no animation is coming
and then after everything working as usual
I have also tried the same thing in sample code
Metadata
Metadata
Assignees
Labels
No labels