Jeffrey903 / Zoomable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zoomable

This is meant to demonstrate some difficulties I'm having with zooming with UIScrollView.

The UIScrollView contains a UITextView and UIImageView, and I would like the UIImageView to be zoomable, but not the UITextView.

When the UIScrollView is partially scrolled (contentOffset.y > 0.0), performing a pinch to zoom causes a noticeable jump.

About


Languages

Language:Objective-C 100.0%