How to pinch out in iOS simulator when map view is only a portion of the screen?

后端 未结 9 993
失恋的感觉
失恋的感觉 2021-01-30 04:55

I have a view on the iPad that I am adding an MKMapView to that is say half the height of the full screen. However, when I try to pinch out on the iOS Simulator it doesn\'t wor

相关标签:
9条回答
  • 2021-01-30 05:34

    Double click, hold, drag finger.

    0 讨论(0)
  • 2021-01-30 05:38

    For Zooming in double tap using mouse. For Zooming out press and hold on option/alt key this will give you 2 grey circles which represents your 2 fingers and drag your mouse up. To Zoom in drag your mouse down with option key pressed(or double tap on mouse)

    0 讨论(0)
  • 2021-01-30 05:39

    There is another way to do this:

    1- While holding the control key click with the mouse on where you would like to center the pinch gesture. This will cause one gray dot to remain on the screen. (Once its there, you can let go of the control key)

    2- Now you can use the mouse to click and drag around the gray dot you specified in step 1

    Once you are done you can remove the gray dot by tapping on it

    0 讨论(0)
提交回复
热议问题