Im新的objC和我目前正在試驗UISearchDisplayController。基本上我有一個字符串數組作爲我的數據,我使用UISearchBarDisplayController來過濾我的數據。當我將searchText輸入到搜索欄時,我能夠檢索正確的值。但是,當我的searhBar文本爲空時,tableView消失。防止UISearchDisplayController隱藏UiTable
是否有可能防止tableView隱藏在這種情況下。我想要的只是如果searchBar文本爲空,只需在表格中顯示數組中的所有值。
我檢查了表的隱藏/ alpha/frame屬性,並試圖解決我的問題,但我認爲我在這裏錯誤的路徑。我在想如果我需要繼承UISearchDisplayController並重寫[setActive:YES animated:YES];?任何暗示將不勝感激。
試着子類的UISearchDisplayController並覆蓋[SETACTIVE:動畫:]方法和設置的tableView的一些性質只是爲了讓它出現在屏幕上。但仍然沒有運氣,無法弄清楚這一點。 :( – TheNitram