Astemir Eleev
Astemir Eleev
Those were the good arguments @marty-suzuki The point of **ViewModel is to be reusable**, which means it has no coupling to particular View components. On the other hand, Presenter is...
Hi @mca14012021, Sorry for a late reply. Sure not a problem, I will write you back as soon as I have a chance.
The PR #7 has been merged. Thanks a lot for your interest and contribution. Regarding the example app: I totally agree that an example app is needed and more over...
Great suggestion 👍 As soon as I have a chance I add this feature. Meanwhile, if you wish, I would be glad for any practical help in that direction
Indeed I'd like to have Swift 3 version. At least , can someone help a title bit and explain how to eliminate those annoying errors in Xcode 8, such as:...
You can fix this error by splitting the expression and casting each subscript to appropriate type, like this: ``` let array = cellDescriptors[indexPath.section] as! NSArray let dict = array[indexOfVisibleRows] as!...
Hi, I assume this a duplicate issue. Please continue in the #9. Thanks
Yeah, that is possible
The data source can be looped when swiping between the cells. As a backing data structure, the `circle buffer` can be used. Another approach is to implement a slightly modified...
Hi, thanks! I'm not sure exactly what you mean under "to show cells bottom-side in stack view". If you refer to the attached image, then I think it's indeed possible....