Ryo Aoyama
Ryo Aoyama
@Quramy Same request here. I'm currently using reg-suit for iOS application products. I have plans to develop multiple applications in mono-repo in the future and it would be useful to...
@ashokgelal Thanks for your opinion! VueFlux initially conceived as Swift version of Vuex, but it's became a diffrent architecture from Vuex for the compatibility of Swift features and lifecycles in...
thx @inamiy ! This idea that became the basis of VueFlux was close to that. But, VueFlux has a global event bus system that affects all `State`s with the same...
@inamiy Thx! It looks good to me :+1: I still have the following concerns. Do you think about? ``` - Practically correct is the `Store`? But, this is not makes...
I think that your idea is roughly correct, but I would like to discuss a little more. > Minimum type constraint is always the winner of code abstraction and reusability....
I want to advance thinking after merging this PR. will merge this later :pray:
In Demo, rotation isn't work as expected, because cell size calculate by collection view width. If cell size in your project is fixed, rotation is work as expected.
Even if delegate canMoveItemAtIndexPath returns "NO", I can't disable longpress gesture.
@iKorich Could you remove default behavior of RAReorderableLayoutDelegate/RAReorderableLayoutDatasource from these extensions?
But, it's not require in `@objc optional` function.