Reputation: 79
I would like to implement simple, zoom-in-out Functionality in my iOS app which has UITextViews present in a TableView. I am expecting a behaviour something similar to the Apple pages app(Document zoom).
How to achieve such an effect?
Upvotes: 0
Views: 155
Reputation: 835
You could use UIPinchGestureRecognizer & UIGestureRecognizerDelegate together
Upvotes: 0