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
Post a Comment