Sean Langley
Sean Langley
@danielbmarques A workaround that worked for me was to define the labelOnXAxisForIndex delegate call with a String! return value e.g. ``` func lineGraph(graph: BEMSimpleLineGraphView, labelOnXAxisForIndex index: Int) -> String! ```...
@Boris-Em are you open to a pull request that will remove the deprecated delegate calls?
Under Cocoapods and Swift you are likely using use_frameworks. The currently released version on Cocoapods uses the main bundle as the location for the resource bundle, which will be broken...
So I looked into this quite a bit, and figured out that it was due to the UILabel's being changed in the middle of the delegate calls. For some reason...
The behaviour works in 8.1 as long as you don't do something mid drag that forces a constraint update. The sample updates the label in the middle of the drag...
I can implement in the example, and see if I can resolve #6