Show keyboard automatically when UISearchController is loaded

后端 未结 6 1192
走了就别回头了
走了就别回头了 2021-02-05 23:39

I created a UISearchController in a table view controller. I segue to this table view controller using a push segue from another view controller. I want the keyboard to show up

6条回答
  •  心在旅途
    2021-02-06 00:21

    Besides doing what the other users suggested, I also did the following, and it worked:

    searchController.definesPresentationContext = true

提交回复
热议问题