An open API service indexing awesome lists of open source software.

https://github.com/hadevs/tablepicker


https://github.com/hadevs/tablepicker

easy-to-use ios swift tableview xcode

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# TablePicker

TablePicker - a convenient library for picking some strings in TableView.

**Using:**
==========

TablePicker.show(withData: ["Hello", "my old friend"], isMultiple: true, title: "Select Items")

{ (pickedItems) in
print(pickedItems)
}

**Install:**
============

Just drop


TablePicker.swift
&
TablePickerViewController.swift
files in your project.