Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ViewDidLoad in leftview will cause bug #55

Open
PrashantKT opened this issue Feb 14, 2019 · 0 comments
Open

ViewDidLoad in leftview will cause bug #55

PrashantKT opened this issue Feb 14, 2019 · 0 comments

Comments

@PrashantKT
Copy link

PrashantKT commented Feb 14, 2019

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

@fahidattique55 fahidattique55 mentioned this issue Mar 21, 2019
Closed
@fahidattique55 fahidattique55 added this to To Do in Aiana Apr 11, 2019
@fahidattique55 fahidattique55 removed this from To Do in Aiana Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant