与使用单独的 tableview 控制器的常规 uisearchbar 相比,使用 searchdisplaycontroller 有什么优势
有什么意义?苹果为什么要打造searchDisplayController?…
searchResultsTableView 在 ipad 上占据整个屏幕
我正在为 iPad 开发一个应用程序,它的左侧有一个 tableView,右侧有一个视图。我们没有使用 UISplitViewController。 我已经能够使用搜索显示控制器…
什么是搜索显示控制器?
当我在 ViewController 中提供 IBOutlet 对象时,我无法在 InterfaceBuilder 中找到它们来链接到视图中的对象。 一段时间后它会自动出现...(我已经正…
Three20 搜索范围
我正在使用 Three20,并且标准搜索机制正在运行。 TTTableViewController* searchController = [[[TTTableViewController alloc] init] autorelease];…
iphone - 搜索栏从我的根视图控制器中消失
我的主屏幕中有一个搜索栏 - 根表视图控制器。如果我浏览其他屏幕并返回,有时搜索栏会消失。这是我的代码。 searchBar = [[UISearchBar alloc] initW…
searchdisplaycontroller:更改搜索栏的文本
问题简短描述: 我想设置搜索栏的文本,而不自动触发与其绑定的搜索显示控制器。 问题的详细描述: 我有一个带有搜索栏和搜索显示控制器的 iPhone 应…
搜索显示控制器Coredata Search 在加载时锁定应用程序,我该怎么办?
我正在使用 coredata 构建一个应用程序。它即将完成,但我有一个问题。 我想在我的应用程序中添加一个搜索部分。我现在做到了并且它正在工作,但是有…
如何使用 iPhone SDK 3.0 中的 UISearchDisplayController 实现始终位于顶部的搜索栏
iPhone SDK 3.0 有这个方便的新类“UISearchDisplayController”,它可以轻松创建搜索栏、处理所有用户输入并显示搜索结果。 我将它用于我的新应用程…
UISearchDisplayController 没有结果 tableView?
通常,UISearchDisplayController 在激活时会使 tableView 变暗并聚焦于 searchBar。 一旦您在 searchBar 中输入文本,它就会创建一个显示在 searchBa…
- 共 1 页
- 1