摘要: 1,搜索条Options属性还可设置如下功能样式: Shows Search Results Button:勾选后,搜索框右边显示一个圆形向下的按钮,单击会发送特殊事件。 Shows Bookmarks Button:勾选后,搜索框右边会显示一个书本的按钮,单击会发送特殊事件。 Shows Canc 阅读全文
posted @ 2017-04-12 15:46 auvxx 阅读(3030) 评论(0) 推荐(0)
摘要: // 添加协议 class ViewController: UIViewController, UISearchBarDelegate { override func viewDidLoad() { super.viewDidLoad() .... } } // 实现代理方法 // MARK: -  阅读全文
posted @ 2017-04-12 15:42 auvxx 阅读(475) 评论(0) 推荐(0)