I have a U开发者_StackOverflow中文版IScrollView wich does provide zooming function with pinch gestures,it's controller is conform to UIViewScrollDelegate, implement it's methods and everything... This works perfectly fine on my iOS device,it scrolls and zoom in/out. When it comes to try it on the simulator, it just wont work(the two gray-circles pop out when i press the option key though).
Since it works fine on my device, is not a big deal ... but I need it to works on iOS simulator too, because I would like to make a video out of it. What could be the possible problems?
Additional info:
- UIScrollView is the main view of the controller mentioned above
- UIScrollView is created in the XIB file
- it have a subview
- I've tried it on every version/device of the iOS simulator(iPad,iPhone,Retina)
- Even zoomToRect works fine on device but not on the simulator
精彩评论