Benjamin Encz

Results 32 comments of Benjamin Encz

I've made enough progress here that I feel comfortable to remove this from the "Initial Release" milestone. Issue will remain open as there is still lots of room for improving...

Sounds like a good idea. One thing to think about: What will be the recommended way of integrating UIKit elements in the future (e.g. presenting a UIViewController)? A bunch of...

Yes I was thinking about cancelling the touch as well. I would be fine with solution 2). Any other opinions on option 1) vs option 2)?

Stumbled across `isMovingFromParentViewController` method on `UIViewController` today; based on the documentation it might be another viable candidate.

Another relevant read that covers the same issue using the coordinator pattern: http://irace.me/navigation-coordinators

Another potential approach: implementing the `UINavigationBarDelegate` which has a method that can prevent popping view controllers. Details here: http://stackoverflow.com/a/21462109/1046430

@rpassis Sorry for the super late response on this. I've been on a long vacation and pretty swamped ever since I'm back. But your solution is actually really good compared...

I should have thought about this earlier, but it's probably best to do something similar to what React Native does to intercept back button calls. Unfortunately the solution is rather...

@esttorhe I'm sorry you ran into this. I planned on removing the default implementations for a while but didn't get around to it. The idea is that some of the...

Hey @mathieutozer, sorry that you're facing this issue! Are you using 0.2.6 or 0.2.7 of ReSwift-Router? If so, the method signatures have changed. The routing methods now carry an `animated`...