Jeon Suyeol
Jeon Suyeol
I've just released [2.1.0](https://github.com/devxoul/URLNavigator/releases/tag/2.1.0) which supports Swift 4.2. Thanks for waiting!
Oh I'm really sorry. I totally forgot about it. 1. Sure. You can have multiple `Navigator` instance. 2. You should pass them manually in the factory closure. 3. Of course...
It is not related to #58. I totally forgot it when I was rewriting the whole code. I'll make a new release soon. :pray:
Let's wait for https://github.com/Carthage/Carthage/pull/1945#issuecomment-459768650 :tada:
You can set it via `UIViewController.modalPresentationStyle = .fullScreen`.
URLNavigator doesn't support popping view controllers. If it is needed, you can still make an extension.
@thepinyo Like this: ```swift extension Navigator { func pop(animated: Bool = true) { UIViewController.topMost?.navigationController?.popViewController(animated: animated) } } ```
Can I have a sample project that has the bug?
URLNavigator doesn't support Carthage officially because of the cost of maintenance. Actually there is [a good news](https://github.com/Carthage/Carthage/pull/1945#issuecomment-459768650): Carthage will support SPM-only projects from Swift 5.
It works on my machine. How can I reproduce the bug?