Simulating zoomToRect with a plain uiview
Just wondering if anyone knows a good way to simulate UIScrollView's zoomToRect method but with an UIView. Using a CGAffineTransform to scale is working well but I still can't figure out how to zoom to a specific rectangle. Any clues out there开发者_如何学C?
精彩评论