Reputation: 2298
I am using a CPTScatterPlot
to plot some data in my Mac OS X app, and want to offer the ability to zoom in and out.
I can see that the iPhone version has the allowPinchScaling
setting, but there doesn't seem to be a Mac equivalent. Before I manually implement anything, I thought I'd check to see if perhaps this was already supported out-of-the-box.
Any pointers or thoughts would be much appreciated.
Upvotes: 0
Views: 117
Reputation: 27381
Pinch and scroll gestures are also available on the Mac. I don't think this feature has been included in any release yet, so you'll need to get the latest source from GitHub.
Upvotes: 1