How do I set up an UIScreenEdgePanGestureRecognizer using Interface Builder?

后端 未结 7 1427
自闭症患者
自闭症患者 2021-02-06 23:48

I can\'t get UIScreenEdgePanGestureRecognizer to work when I create when I add it to my view controller using Interface Builder, so I\'m asking here to establish wh

7条回答
  •  旧时难觅i
    2021-02-07 00:39

    Facing same issue from long. Its a xcode bug, its better to add it programmatically.

提交回复
热议问题