Dismiss keyboard with swipe gesture

前端 未结 5 1410
清酒与你
清酒与你 2021-02-03 21:55

In Messages.app you can dismiss the keyboard down by scrolling the list view. To be clear, it isn\'t simply responding to a scrollViewDidScroll event. The keyboard

5条回答
  •  不知归路
    2021-02-03 21:59

    If you're using a tableView and Swift 3 or Swift 4, it works by using:

    tableView.keyboardDismissMode = .onDrag
    

提交回复
热议问题