Sample-UISearchController:使用 UISearchController 演示的示例代码,在 iOS 8 中引入

时间:2024-07-17 10:59:21
【文件属性】:

文件名称:Sample-UISearchController:使用 UISearchController 演示的示例代码,在 iOS 8 中引入

文件大小:38KB

文件格式:ZIP

更新时间:2024-07-17 10:59:21

Objective-C

示例-UISearchController 自述 此示例演示了 iOS 8 中引入的 UISearchController 类的使用。 该项目基于 Apple 的“TableSearch”示例代码。 原始示例使用 UISearchDisplayController,它在 iOS 8 中已弃用。 每个选项卡都使用 UISearchController 以不同的方式显示搜索结果: 在表格视图中,非常类似于使用 UISearchDisplayController 在集合视图中 就地,基本上过滤原始表视图 已知的问题 TableSearch 示例项目使用了 UISearchBar 和 UISearchDisplayController,在情节提要中配置。 目前似乎无法在 Interface Builder 中配置 UISearchController。 因此,它是在每个示例中的代码中创建和


【文件预览】:
Sample-UISearchController-master
----Sample-UISearchController()
--------main.m(416B)
--------SearchResultsTableViewController.m(1KB)
--------AppDelegate.h(362B)
--------MasterViewController_FilterResults.m(6KB)
--------MasterViewController_FilterResults.h(380B)
--------SearchResultsCollectionViewController.h(382B)
--------SearchResultCollectionViewCell.m(626B)
--------Product.h(698B)
--------MasterViewController_TableResults.m(6KB)
--------Info.plist(938B)
--------Images.xcassets()
--------AppDelegate.m(309B)
--------MasterViewController_CollectionResults.m(5KB)
--------Product.m(3KB)
--------SearchResultCollectionViewCell.h(332B)
--------DetailViewController.h(376B)
--------SearchResultsCollectionViewController.m(2KB)
--------MasterViewController_TableResults.h(379B)
--------DetailViewController.m(451B)
--------Base.lproj()
--------MasterViewController_CollectionResults.h(384B)
--------SearchResultsTableViewController.h(368B)
----Sample-UISearchControllerTests()
--------Sample_UISearchControllerTests.m(913B)
--------Info.plist(757B)
----ReadMe.md(2KB)
----Sample-UISearchController.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(23KB)

网友评论