智v程式筆記
2015年2月7日 星期六
Swift iOS TableView searchDisplayController?.searchResultsTableView 失效
今天我要判斷tableview是否是search的狀態
使用了if 來作抉擇 code如下
tableview == searchDisplayController?.searchResultsTableView
結果發現就算在search的時候
這個判斷是也不會相等 令我感到非常地驚奇
所以我就上網找找資料 發現使用
if searchDisplayController
?.
active {
// search mode
}
也可以判斷tableview是否是在search
那經過測試 這個方式是行得通的
參考來源:
http://stackoverflow.com/questions/11159064/if-tableview-self-searchdisplaycontroller-searchresultstableview-fail
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)