标签: swift ibaction searchbar
我需要控制用户在SearchBar中输入的时间。使用文本字段很容易,但我无法通过搜索栏找到方法,因为我无法使用IBActions。
答案 0 :(得分:1)
UISearchBar拥有属性id <UISearchBarDelegate> delegate。看到协议,你会得到你想要的。
id <UISearchBarDelegate> delegate