Skip to content

Tags: iCell/BEMSimpleLineGraph

Tags

v4.1.1

Toggle v4.1.1's commit message
Storyboard & Project Updates

All around maintenance on the project, and adds a Launch Screen

v4.1

Toggle v4.1's commit message
Allow Gesture Recognizer To Function Simultaneously With Other GRs

This modification ensures that apps depending upon this library which
have other gesture recognizers in use during the display of
BEMSimpleLineGraphView will be able to utilize delegate methods
-lineGraph:didTouchGraphWithClosestIndex: and
-lineGraph:didReleaseTouchFromGraphWithClosestIndex:

Without responding to the UIGestureRecognizer delegate method changes
contained in this commit, the BEMSimpleLineGraphView delegate methods
are never called.

v4.0

Toggle v4.0's commit message
Update README.md

Updated project requirements

v3.3

Toggle v3.3's commit message
Merge pull request Boris-Em#122 from kattrali/duplicate-permanent-lab…

…el-fix

Ensure permanent pop-up labels are not duplicated

v3.2

Toggle v3.2's commit message
Merge pull request Boris-Em#87 from gavinbunney/master

Split enableReferenceAxisLines into two properties

v3.1

Toggle v3.1's commit message
Fixed Issue with Color Background X-Axis and Frame

- See second part of issue Boris-Em#62

v3.0

Toggle v3.0's commit message
Update README.md

v2.3

Toggle v2.3's commit message
- Project clean up

Minor clean up

v2.2

Toggle v2.2's commit message
Deprecated two methods

lineColorForIndex & lineAlphaForIndex are now deprecated in preparation
of new update.

v2.1

Toggle v2.1's commit message
Support of graphView in UIScrollView

Thank you to @nmattisson for this addition to the graph. See issue Boris-Em#12.