gujjula / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

[CPXYGraph reloadData] issue #273

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am plotting various graph with equations.
I have implemented zoom-in/out using UIPinchGestureRecognizer.

After launch of application all functionality works well.
But when I tap on textField (used to provide value to equation) the keyboard 
appears, which when dismissed the zoom-in/out functionality doesn't works, i.e. 
the reloadData doesn't executes properly.

Please help..

Original issue reported on code.google.com by Manm...@gmail.com on 28 Mar 2011 at 11:50

GoogleCodeExporter commented 9 years ago
What isn't working? Is the datasource being queried for the new data? Have you 
checked the values returned from your datasource to make sure they are what you 
expected?

Original comment by eskr...@mac.com on 28 Mar 2011 at 10:50

GoogleCodeExporter commented 9 years ago
Yes, the datasource is populated with new values..
The graph is plotted with new values, but with use of zoom-in/out feature using 
UIPinchGestureRecognizer, the graph is plotted with a glitch...
The updated graph is plotted only when the pinch event is completed and not 
during the pinch motion moving.. But it works perfect until I tap on any one of 
the UITextField present in the app with the keyboard appearing..

Original comment by Manm...@gmail.com on 29 Mar 2011 at 4:38

GoogleCodeExporter commented 9 years ago
Are you using the built-in pinch support in Core Plot or did you add your own 
UIPinchGestureRecognizer?

Original comment by eskr...@mac.com on 30 Jun 2011 at 12:30

GoogleCodeExporter commented 9 years ago
Unable to duplicate this issue.

Original comment by eskr...@mac.com on 26 Jul 2011 at 1:34