iOS library for displaying bar graphs
Bars is available through CocoaPods, to install it simply add the following line to your Podfile:
pod "Bars"
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 implements 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.
This project was inspired by the graphs in Ins & Outs.
Bars is available under the MIT license. See the LICENSE file for more info.
