This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information