标签: ios iphone uibezierpath uipinchgesturerecognizer
我已在我的应用中创建了圈子
UIBezierPath *circle = [UIBezierPath bezierPathWithOvalInRect:bounds];
现在问题是我需要应用捏合手势来缩放和缩小圆圈。我一直坚持这个问题。请在这个问题上给出指导。