Bars 1.0.1

Bars 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Klaas Pieter Annema.



Bars 1.0.1

iOS library for displaying bar graphs

Bars gif

Installation

Want to try first? Simple:

pod try Bars

Usage

BARView is used much the same as UITableView or UICollectionView. Add it to your view hierarchy and set a data source that implement the required methods of the BARViewDataSource formal protocol.

Call reloadData every time your data changes.

Customize

Appearance can be customized using the barColor, selectionIndicatorColor, gridColor and showsSelectionIndicator properties.

License

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