0

iOS introduced UITouchType in iOS9 which provides the UITouchTypeStylus constant. Will this constant only work for 3D touch device like iPad Pro or is it available on any iOS device?

Lonzak
  • 9,334
  • 5
  • 57
  • 88
Arun Gupta
  • 2,628
  • 1
  • 20
  • 37

2 Answers2

1

The touchtype stylus will only be "fired" when you are using it on a supported device. Here are some links which will help you further 1, 2, 3...

Lonzak
  • 9,334
  • 5
  • 57
  • 88
0

At this moment, only iPad pro supports Apple pencil which is UITouchTypeStylus in code.

oskarko
  • 3,382
  • 1
  • 26
  • 26