nkopilovskii / NKListTamplate

Tool for quick and compact UITableView configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NKListTamplate

Version License Platform

Description

The solution is a template with the implementation of the basic methods of configuration and table management; uses the configuration mechanism of individual views NKAnyViewModel.

The solution is designed for multi-level architectures, as it allows to distribute the code into the corresponding layers of the module.

Example

The example project provides an example of using this solution based on MVC and MVP architectures.

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

NKListTamplate is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'NKListTamplate'

Requirements

iOS 10.0

Author

Nick Kopilovskii, nkopilovskii@gmail.com

License

NKListTamplate is available under the MIT license. See the LICENSE file for more info.

About

Tool for quick and compact UITableView configuration.

License:MIT License


Languages

Language:Swift 94.0%Language:Ruby 6.0%