/nativescript-sectioned-list-view

A native script listview plugin that can display sections.

Primary LanguageTypeScript

Native script modules to support sections in a listview (ios UITableView).

Sample

A sample is bundled with this repository that shows how to use the above plugins

$ cd Sample

Install the bundled plugins

$ tns plugin add ../nativescript-sectioned-list-view
$ tns plugin add ../observable-sectioned-array

Run the application on your simulator

$ tns emulate ios --device=iPhone-5s