isZooming
A Boolean value that indicates whether the content view is currently zooming in or out.
Declaration
var isZooming: Bool { get }Discussion
The value of this property is true if user is making a zoom gesture; otherwise, it’s false.
A Boolean value that indicates whether the content view is currently zooming in or out.
var isZooming: Bool { get }The value of this property is true if user is making a zoom gesture; otherwise, it’s false.