Skip to content

ViewDidLoad in leftview will cause bug  #55

@PrashantKT

Description

@PrashantKT

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions