Invoking the scaleBy method on a PlotSpace where allowsUserInteraction is set
to 'NO' returns without effect.
This is incorrect as the ability to scale should be available programmatically
regardless whether or not the option to allow the user to manually manipulate
the graph is available.
To test, set allowsUserInteraction = NO and attempt to scale, the rendered
graph will remain at the same dimensions.
To fix, simply remove the check of allowsUserInteraction at the start of the
scaleBy method.
Original issue reported on code.google.com by k.noswor...@gmail.com on 22 Jul 2011 at 2:02
Original issue reported on code.google.com by
k.noswor...@gmail.com
on 22 Jul 2011 at 2:02