willowtreeapps / cordux

https://willowtreeapps.github.io/cordux/
MIT License
61 stars 4 forks source link

Use correct coordinator when selecting a tab #24

Closed aenewton closed 7 years ago

ianterrell commented 7 years ago

I think this implementation is a bit roundabout, and would be better with something like return scenes.first(where: { $0.tag == tag })?.coordinator. I'm going to reimplement that way.