I’ve a few button on my screen which can be moved around ok, but I was wondering has anybody ever implemented a pinch gesture on a button to shink and grow the button?
If anybody has any ideas/help/examples of implementing this kind of functionality it would be greatly appreciated.
I’d add a UIPinchGestureRecogniser to the button, and then apply it’s scale property as a transform on the button’s frame.
I don’t have sample code, but that is the area I would look at to accomplish this.