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
- Host: GitHub
- URL: https://github.com/hadevs/tablepicker
- Owner: Hadevs
- Created: 2017-08-09T12:10:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T12:20:24.000Z (almost 9 years ago)
- Last Synced: 2025-12-26T13:27:24.423Z (6 months ago)
- Topics: easy-to-use, ios, swift, tableview, xcode
- Language: Swift
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.