ios - Implement Pull to Refresh feature in Core Plot -


hi want implement pull refresh feature in cp can reload data using gesture. did research apple built in gesture features rely on tableview or scrollview. possible make use of gesture recognizers have been built in core plot library? or there ready made methods within cp? saw people put cp within scrollview guess make performance worse?

you can configure graph bounce if user pulls plot past global plot range (set allowsmomentum yes on plot space). however, doesn't give enough control of bounce pause , display spinner displayed during refresh. you're better off embedding graph in view handles pull-to-refresh action.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -