Class UIPinchGestureRecognizer

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class UIPinchGestureRecognizer
    extends UIGestureRecognizer
    Since:
    Available in iOS 3.2 and later.
    • Constructor Detail

      • UIPinchGestureRecognizer

        public UIPinchGestureRecognizer()
      • UIPinchGestureRecognizer

        protected UIPinchGestureRecognizer​(NSObject.Handle h,
                                           long handle)
      • UIPinchGestureRecognizer

        protected UIPinchGestureRecognizer​(NSObject.SkipInit skipInit)
      • UIPinchGestureRecognizer

        public UIPinchGestureRecognizer​(NSObject target,
                                        org.robovm.objc.Selector action)
    • Method Detail

      • getScale

        public double getScale()
      • setScale

        public void setScale​(double v)
      • getVelocity

        public double getVelocity()