Go to file
Ivan Smolin 46d04d4ea5 add small changes to templates 2021-02-20 00:45:48 +03:00
touchin-configurable Actualized templates 2020-09-14 16:41:35 +03:00
touchin-custom-view add small changes to templates 2021-02-20 00:45:48 +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}