swift随笔
Posted auvxx
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift随笔相关的知识,希望对你有一定的参考价值。
1.导航栏添加搜索框:
let sc=UISearchController(searchResultsController: nil)
sc.searchResultsUpdater = self
self.navigationItem.titleView=sc.searchBar
2.导航栏下面添加搜索框:
let sc=UISearchController(searchResultsController: nil)
sc.searchResultsUpdater = self
tableview.tableHeaderView=sc.searchBar
以上是关于swift随笔的主要内容,如果未能解决你的问题,请参考以下文章