Closed aenewton closed 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.
return scenes.first(where: { $0.tag == tag })?.coordinator
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.