Davuth

Results 7 comments of Davuth

Could this be the issue? #55

Sorry, but I couldn't test for you right now. I did have my orientation locked and I did face that issue. I can't remember clearly. But I'm pretty sure that...

I also got the same issue. And this is how I initialize my view controller from storyboard `UIStoryboard(name: "controller_name", bundle: nil).instantiateInitialViewController()` The way I bypass this is not anything fancy....

@devxoul I'm not sure if I understand correctly. It seems that you call the bind after view is loaded in memory. You are checking for `isViewLoaded`. That means, whenever we...

I'm not sure what your `getNext` and `networking` do. But if you wonder why `reactor.state.map { $0.post }` emit values so many times, it's just the way it is. Whenever...

I got the same issue too. How do u guys solve this?

I made this for my personal use. This is definitely not the best solution by any means. It's just a quick fix for anyone who needs something similar. ```Swift class...