How to open ViewControler from left or right drawer?
indiefr opened this issue · 5 comments
indiefr commented
I try open a viewcontroller from tableview row inside to my left controller but this no open controller in my app. Used the native pushcontroller and thesamples when transition, but this no efect.
My Main controller or Root controller is whit tabbarcontroller native and i dont used the navigationcontroller.
daniel-jonathan commented
Hi @indiefr,
We can help you at Material Gitter. This isn't an actual issue, but some guidance is needed. Thank you!
indiefr commented
Well i has a solution, in my case i used NotificationCenter to open this controllers.
daniel-jonathan commented
@indiefr that's one way of doing it.
indiefr commented
Yes, and works prefectly.
daniel-jonathan commented
Awesome! All that matters is that it works, you understand it, and can maintain it.