devxoul / URLNavigator

⛵️ Elegant URL Routing for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crashed

butcheryl opened this issue · comments

iOS 11,iPhone 8 Plus

  1. create project

  2. Main.storyboard
    image

  3. button clicked

@IBAction func push(sender: UIButton) {
    let vc = UIViewController()
    navigator.push(vc)
}

The third time clicked button,100% crashed!!!

2.0.1 has this issue,2.0.0 no

Thanks for reporting. This is fixed in 2.0.2 :)