Ritesh Gupta

Results 9 comments of Ritesh Gupta

Hey @onmyway133, thanks for writing DeepDiff :) Is there an update on diffing sections without using Upstream? I'm looking forward to add it as a diffing engine in my table/collection...

Yes we can override any method of any datasource or delegate. For that if you are overriding any implemented method like `cellForRowAtIndexPath` then you have to create a new subclass...

Hey @bryanbartow, sure will do by the end of this week but in the meantime the new swift 4 version has two breaking changes on the interface level i.e. `ListManager`...

@bryanbartow –– `ItemUI` has been renamed to `ListViewItemModelInjectable` & `ItemModel ` has been renamed to `ListViewItemModel `. Let me know if anything else comes up.

Hey @jofvr, I tried couple of combinations on iPhone 5S with different/same tag sizes but it seems to work for me. Can you share your project or some code related...

Hey @filipealva! Just wondering if you need horizontal scrolling only then why do you need custom layout, I guess default `flow-layout` should be sufficient ?

@filipealva I get your point 👍 But you will get this issue (justified alignment) only if you have elements less than the collection-view width, otherwise once it flows outside the...

Hey @filipealva, if possible can you open a PR to add this feature in TagCellLayout?