Tagged Questions

5
votes
2answers
1k views

Zoom Loupe on UIImageView

Does anyone know of a way to implement the zoom loupe functionality of a UITextField on the iphone in a UIImage view? Part of the app I'm building allows a user to draw a line on a UIImage, a process ...
0
votes
1answer
576 views

How to optimize drawing of a UIView that contains subviews with CATiledLayer layers

I have a UIView within a UIScrollView that contains many UIView subviews. Each of these subviews has a CATiledLayer layer. In addition, I have a magnifying loupe functionality that draws the container ...