UISearchController searchBar in tableHeaderView animating out of the screen

前端 未结 8 1466
南方客
南方客 2020-12-25 11:13

I have a UISearchController with a UITableViewController as a searchResultsController, the UISearchBar of this sear

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-25 12:02

    To make this clearer @Lorenzo's answer worked for me.

    self.definesPresentationContext = YES;
    

提交回复
热议问题