在 Apple 的 TableSearch 示例代码中,在 iPad 上,当他们在 searchBar 中搜索时,tableView 会更新以反映正在搜索的内容。在 iPad 上,我的 SearchDisplayController 将 tableView 放在 UIPopoverController 中。有什么办法可以避免这种行为并更新占据我整个屏幕的原始 tableView 中的列表?谢谢。
问问题
338 次
在 Apple 的 TableSearch 示例代码中,在 iPad 上,当他们在 searchBar 中搜索时,tableView 会更新以反映正在搜索的内容。在 iPad 上,我的 SearchDisplayController 将 tableView 放在 UIPopoverController 中。有什么办法可以避免这种行为并更新占据我整个屏幕的原始 tableView 中的列表?谢谢。