Jeon Suyeol

Results 171 comments of Jeon Suyeol

You have to use with `UICollectionView`'s `selectItem(at:animated:scrollPosition:)` and `deselectItem(at:animated:)` API. `rx.modelDeselect` won't emit any value until select an index path using `selectItem(at:animated:scrollPosition:)`.

If you don't define a `Mutation` type, it is automatically set to `Action` by default. The return type of `mutate()` is an `Observable`, not an `Observable`. You should separate Mutations...

You can use [`context`](https://github.com/devxoul/URLNavigator/blob/2.2.0/README.md#passing-extra-values-when-pushing-presenting-and-opening): ```swift struct MyContext { let completionHandler: (MyData) -> Void } navigator.register("myapp://") { url, values, context in guard let context = context as? MyContext else { return...

What is `AppNavigationDrawerController`?

```swift class AppNavigationDrawerController: NavigationDrawerController ``` What is `NavigationDrawerController` here?

I mean, where is the implementation of `NavigationDrawerController`?

Can you provide an example or a description?

You may set the value in the constructor of the view controller.

Does #110 fix this issue?

Can you please share a sample project so that I can reproduce the bug?