Skip to content

praveenb-ios/PBDataTableView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PBDataTableView

DataTable for iPhone and iPad

An easy-to-use PBDataTableView with sorting and search option.

Quick Start


1. Drop PBDataTableView.swift and PBDataTableViewCell.swift with their respective xib files.
2. Intialize the xib file on your view controller.
3. Set up the PBDataTableView with frame and customize the search bar.
4. The Header of the Tableview given to "columnDataArray" with name of the header and the width size of the each header. (If total width of the header exceeds its superview the view will be scrolled horizontally.)
5. The Row content of the Tableview given to "dataTableArray" as shown in ViewController.
NOTE* It will be easy if you dont change the dictionay key. If you need to change the Keys, please make the change on "PBDataTableView" too.

Alt text

The MIT License (MIT)

Copyright (c) 2016 Praveen B

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

DataTable for iPhone and iPad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages