cordux icon indicating copy to clipboard operation
cordux copied to clipboard

Update example app for new develop-0.2 API

Open AndrewSB opened this issue 7 years ago • 8 comments

I'm trying to update to the latest cordux API and I'm having trouble understanding what the started in

public func coordinatorForTag(_ tag: String) -> (coordinator: AnyCoordinator, started: Bool)?

does. Does that mean my SceneCoordinator should be holding on to instances of it's child coordinators, and know whether or not they've been presented before, i.e. started?

Being able to see how the new API is used in the example app would be awesome 👍

AndrewSB avatar Apr 11 '17 20:04 AndrewSB