Hey,
I kind of created my own UIScrollView. I'm using a pinch gesture to scale a view. Specifically I call
self.layer.transform = CATransform3DMakeScale() whenever scaling needs to happen.
However, this looks sort of sluggish since the background layer is rather large.
Is there a faster way to scale a view. How does UIScrollView do it so smoothly?
thanks
I kind of created my own UIScrollView. I'm using a pinch gesture to scale a view. Specifically I call
self.layer.transform = CATransform3DMakeScale() whenever scaling needs to happen.
However, this looks sort of sluggish since the background layer is rather large.
Is there a faster way to scale a view. How does UIScrollView do it so smoothly?
thanks