如何从场景停靠点中删除轻敲手势识别器?

时间:2017-08-08 01:40:20

标签: ios swift

我是ios开发的新手,我正在学习本教程:https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/WorkWithViewControllers.html#//apple_ref/doc/uid/TP40015214-CH6-SW1

我在场景码头上的tap gesture recognizer已经过时了https://developer.apple.com/library/content/referencelibrary/GettingStarted/DevelopiOSAppsSwift/Art/WWVC_scenedock_2x.png

我想将其删除。但由于某些原因谷歌绝对没有解决如何删除它的答案。有什么想法吗?

1 个答案:

答案 0 :(得分:2)

选择viewController。然后在Document Outline中,选择手势识别器并按删除

Screenshot