Benjamin J. Deckys
Benjamin J. Deckys
Is there a specific file of KKGV that I have to edit to allow this? Because, I have a UIButton on the left side that gets disabled if I turn...
I think it has to do with viewableItems method inside the Source Code, it doesn't take into effect intersecting the rect of a Section Header.
Is there any way to stop it still recognizing the taps if I'm tapping inside the header?
I'm sure if I edited a touch selection method or something I could get this to work. Seriously is there anything I can do?
So I have to subclass KKGridViewCell to set my imageView and textLabel properties?
Setting the image should not call multiple times. The grid view should not be glitchy when you scroll by any means. I have tried to set up my cellForItemAtIndexPath: method...
Well it concerned Routables which didn’t always implement all screens. And the function expected to return a routable and so we’d hit our fatalError() The way I ended up doing...
@maximkrouk This is BRILLIANT!!! Just what I need to finally completely remove RxSwift from my project. Do you mind to make a PR? It's a bit old, do you need...
Oh @maximkrouk Thanks! I didn't see this so I prepared a PR of my own, with a fork against current master. Let me see if I can use your package...