TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Klaas Pieter Annema.
iOS library for displaying bar graphs
Want to try first? Simple:
pod try Bars
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.
Appearance can be customized using the barColor
, selectionIndicatorColor
, gridColor
and
showsSelectionIndicator
properties.
Bars is available under the MIT license. See the LICENSE file for more info.