-
Updated
Jul 14, 2020 - Swift
unidirectional
Here are 27 public repositories matching this topic...
Currently it's not possible to override SectionedViewType default method implementations in subclasses of UITableView. I'd like to prevent the default animations and just re-render the cell just like Apple suggests in reload rows Discussion https://developer.apple.com/documentation/uikit/uitableview/1614935-reloadrows.
Unfortunately when I try to override reloadItemsAtIndexPaths the com
-
Updated
Jul 7, 2020 - Swift
-
Updated
May 12, 2020 - Swift
-
Updated
Mar 28, 2019 - Swift
-
Updated
Mar 2, 2019 - Kotlin
-
Updated
Mar 7, 2017 - Swift
-
Updated
Jul 1, 2020 - Kotlin
-
Updated
Oct 15, 2016 - JavaScript
-
Updated
May 11, 2020 - Swift
-
Updated
May 24, 2019 - Kotlin
In the comments for sink() method
/**
- Consume the source that was returned by [source], the consumer is usually a
- [io.redgreen.oneway.drivers.ViewDriver].
*/
fun sink(source: Observable): Disposable {
}
Instead of consumes the source ==>> it should be consumes the state that was returned by [source]....
Since [source] emits the Observable of type state here it ma
-
Updated
Feb 2, 2020 - Kotlin
-
Updated
Jun 14, 2020 - Swift
-
Updated
Apr 23, 2020 - Swift
-
Updated
Jul 16, 2020 - Java
-
Updated
Jul 1, 2020 - Swift
-
Updated
Oct 1, 2019 - Python
-
Updated
Dec 2, 2016 - Swift
-
Updated
Sep 21, 2019 - Swift
-
Updated
Jul 31, 2019 - Swift
-
Updated
Oct 25, 2018 - JavaScript
-
Updated
Oct 1, 2019 - Swift
-
Updated
Aug 3, 2017 - JavaScript
-
Updated
Jun 12, 2020 - Python
Improve this page
Add a description, image, and links to the unidirectional topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unidirectional topic, visit your repo's landing page and select "manage topics."


Expected behavior
In the Choo docs on Routing, in the section "Listening for Route Changes" implementing:
Should return a conso