fahidattique55 / FAPanels

FAPanels - Swift
Apache License 2.0
851 stars 90 forks source link

ViewDidLoad in leftview will cause bug #55

Open PrashantKT opened 5 years ago

PrashantKT commented 5 years ago

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