Instance Method
zoom(toAbsoluteScale:)zoomViewToAbsoluteScale:zoomViewToAbsoluteScale_
Zoom to a given absolute value.
Declaration
func zoom(toAbsoluteScale newScale: CGFloat)Declaration
- (void) zoomViewToAbsoluteScale:(CGFloat) newScale;Declaration
zoomViewToAbsoluteScale_(newScale: float)Parameters
newScaleThe desired scaling factor.
Discussion
The currently centers point remains centers.