crexista/KabuKit

`guide(to:)` should not return nil?

daichiro opened this issue · 2 comments

example:

class ViewController: UIViewController, ActionScene, SceneLinkage {
  func guide(to destination: ViewController.Destination) -> SceneTransition<DestinationType.StageType>? {
    return nil  // Crash!
  }
...

guide should return non-optional value?

Yes, I think so that.
I will change it to what you say.

@MokuMOku sorry, this I/F is changed significantly at ver 0.3.0.
So, I close this issue.