1
A
回答
-1
這是你的answer,它有一個很好的解釋如何工作。我想過給你一個單一的答案,但我想讓你知道更多的細節,以便你能更好地瞭解它是如何工作的?
4
執行UISearchDisplayControllerDelegate方法-searchDisplayController:shouldReloadTableForSearchScope:
並返回NO
。當您要重新加載搜索表時,請致電[theSearchDisplayController.searchResultsTableView reloadData]
。
1
要在禁用自動搜索UISearchDisplayController
1)設置UISearchDisplayDelegate自我
2)在didShowSearchResultsTableView委託方法
設置幀searchResultsTableView作爲
CGRect tempFrame= searchDisplayController.searchResultsTableView.frame;
tempFrame.size.height=0.0f;
searchDisplayController.searchResultsTableView.frame=tempFrame;
相關問題
- 1. UISearchDisplayController禁用搜索欄搜索鍵
- 2. 我怎麼能禁用自動搜索Three20搜索欄
- 3. 如何隱藏UISearchDisplayController的搜索欄
- 4. 如何禁用可搜索的活動?
- 5. 改進UISearchDisplayController中的搜索
- 6. 搜索UISearchDisplayController w/Scope Only
- 7. 如何禁用自動重定向搜索詞在magento?
- 8. 2sxc:如何禁用搜索索引
- 9. 如何將自定義tableView搜索工具與UISearchDisplayController結合使用?
- 10. 如何使用搜索字符串預加載UISearchDisplayController
- 11. 如何使用UISearchDisplayController預加載或初始化搜索?
- 12. UISearchDisplayController不更新搜索結果
- 13. UISearchDisplayController和相關的搜索結果tableview
- 14. 停止UISearchDisplayController關閉搜索欄鍵盤
- 15. uisearchdisplaycontroller預載搜索結果和搜索欄
- 16. Windows 8:如何禁用搜索魅力
- 17. 如何在Hibernate搜索中禁用dynamicBoost
- 18. 如何禁用搜索按鈕 - Android
- 19. UISearchDisplayController - 顯示來自服務器的搜索結果
- 20. 如何禁用cts:在搜索中突出顯示:搜索API?
- 21. 沒有即時搜索的UISearchDisplayController:如何控制TableView的調光?
- 22. 如何調整UISearchDisplayController的搜索欄大小
- 23. 禁用以前搜索在搜索欄
- 24. 禁用搜索全部搜索結果
- 25. 如何搜索我自己的網站?
- 26. 我們如何搜索自己的SQLite?
- 27. 我如何在jQuery中搜索自己
- 28. 如何禁用自動建議框,同時輸入關鍵字進行搜索
- 29. 如何創建搜索引擎,自動搜索語音識別
- 30. 使用JavaScript禁止在Firefox中自動搜索