kevinlieser
kevinlieser
Thanks @gpbl, Don't understand that. Why is the Method called like this? It should be called "didSwipeOutOfChart()" ;-) Okay, then i have to search another way to get the "touchUp"...
Just replaced this in Chart.swift Line 721 `override public func touchesEnded(touches: Set, withEvent event: UIEvent?) { handleTouchEvents(touches, event: event) }` with `override public func touchesEnded(touches: Set, withEvent event: UIEvent?) {...
Yes, that would be nice and clean :-) I've edited my solution - forgot the drawHighlightLineFromLeftPosition(-1) to remove the line
Yes, for sure. But for my project this small workaround (untill you have an update) works ;-) On FingerUp all selected data get hidden and the "overall" data gets shown....
Short question - is there a way to round the Chart lines (like a wave instead of sharp edges)? Sorry for Offtopic and thanks!
Something to think about: `ABAddressBook` has the `record ID` field. `Contacts` just has an UUID field. So it seems that there is no "connection" between this data. For example: I...
@gzfrancisco > About the problem with RecordID and UUID, (I don't know yet) but it would be wonderful have 3 methods on the contact: recordID, uuid, and identifier. The last...
@nollm Is there a fix for that? How did you solve the problem? Have the same problem.After autologin the tx cart session data gets lost.
I fixed that for me with this XClass (hope that was all I have done. It saves the oldSession data and restores it in a foreach loop at the end....
I have another prob with the dev console – when I open it it crashes Atom and I need to "reload atom" but after that the Icons worked again ;-)...