`touchesBegan:withEvent:` is delayed at left edge of screen

后端 未结 5 1420
余生分开走
余生分开走 2021-01-06 03:38

I\'m experiencing an issue where the first call to touchesBegan:withEvent: on a UIView or UIViewController is delayed when you touch o

5条回答
  •  一整个雨季
    2021-01-06 03:59

    in iOS 13.2. it seems that trick is not possible:

    [Warning] Trying to set delaysTouchesBegan to NO on a system gate gesture
    recognizer - this is unsupported and will have undesired side effects
    

    Looks like the only solution is disable 3D touch in Settings.

提交回复
热议问题