Dismiss keyboard with swipe gesture (as in Message app)

后端 未结 8 800
萌比男神i
萌比男神i 2021-01-30 17:25

When the keyboard is showing on the iPhone\'s Messages app, if the user begins a swipe down from the messages tableview and continues into the keyboard area, the keyboard will b

8条回答
  •  心在旅途
    2021-01-30 17:33

    The simplest solution is to set the following two properties:

    • UIViewController : UIResponder inputAccessoryView
    • UITableView : UIScrollView keyboardDismissMode

    Boom, baby!

    Check out Acani Chats iPhone Client ChatViewController.swift for an example.

提交回复
热议问题