Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在点击搜索按钮之前,如何禁用显示搜索结果视图?
我也希望黑暗的模态外观保持不变,我不想只看到“无结果”背景。
似乎我将不得不拦截文本字段更改事件,但我希望有一种不那么老套的方法来做到这一点。
在此事件中做一件事过滤数据:
- (void)searchBar:(UISearchBar *)theSearchBar textDidChange:(NSString *)searchText
但是在点击搜索按钮时重新加载 tableview 数据。