1

When I search Google, I got SBShortcutMenuSimulator, it's can simulator Quick Action operate in iOS simulator. But, how test peek and pop operate?

Tuesleep
  • 119
  • 13

2 Answers2

3

I find way! If your have MacBook Pro with ForceTouch Trackpad, you can do it.

Follow: Choose iOS 9.3 with iPhone 6S Simulator, Find Hardware option on menu bar, check "Use Trackpad force for 3D Touch", then use your force touch Trackpad simulate 3D Touch.

Tuesleep
  • 119
  • 13
0

You can use FLEX to check it on the simulator. Using a combination of the command, control, and shift keys, you can simulate different levels of 3D touch pressure in the simulator. Each key contributes 1/3 of maximum possible force. Note that you need to move the touch slightly to get pressure updates.

https://github.com/Flipboard/FLEX

Just remember to exclude FLEX from Release (App Store) Builds

Tim Lin
  • 113
  • 1
  • 9
  • Hello there, I am trying without force touch trackpad. Cant simulate the 3D touch in 6S simulator from the github example of FLEX. Can you help me with that? – Ashik Feb 06 '17 at 18:50