CosmicMind/Samples

How to open ViewControler from left or right drawer?

indiefr opened this issue · 5 comments

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.

Hi @indiefr,

We can help you at Material Gitter. This isn't an actual issue, but some guidance is needed. Thank you!

Well i has a solution, in my case i used NotificationCenter to open this controllers.

@indiefr that's one way of doing it.

Yes, and works prefectly.

Awesome! All that matters is that it works, you understand it, and can maintain it.