摘要: 1.导航栏添加搜索框: let sc=UISearchController(searchResultsController: nil) sc.searchResultsUpdater = self self.navigationItem.titleView=sc.searchBar 2.导航栏下面添 阅读全文
posted @ 2017-04-18 17:25 auvxx 阅读(109) 评论(0) 推荐(0)