Go to file
Ivan Smolin 2652a0f1a3
Merge pull request #14 from TouchInstinct/feature/updates
Feature/updates
2020-10-09 14:47:03 +05:00
touchin-configurable Actualized templates 2020-09-14 16:41:35 +03:00
touchin-custom-view Fixed some more comments 2020-10-07 15:02:16 +03:00
touchin-pagination Fix init 2018-05-23 13:16:30 +03:00
touchin-stateful Fix init 2018-05-23 13:16:30 +03:00
touchin-tablecell Remove flex layout 2018-05-22 16:03:01 +03:00
README.md Updated readme 2020-09-14 16:43:19 +03:00

README.md

Generamba templates

touchin-configurable

Module with controller, view-model and assembly

touchin-stateful

Module with controller, view model and assebly. It loads some data from network and handles empty and error states.

touchin-pagination

Module with controller, view model, cursor and assebly. It loads paginated results from network and handles empty and error states using PaginationWrapper.

touchin-tablecell

Module for cell generation. Contains: Cell, ViewModel and xib file

touchin-custom-view

Module with controller with custom view, view-model and assembly

Example

Part of Rambafile to include templates

catalogs:
- 'https://github.com/TouchInstinct/generamba_templates'

templates:
- {name: touchin}
- {name: touchin-stateful}
- {name: touchin-pagination}
- {name: touchin-tablecell}