Learn-iOS-Swift-by-Examples/TableSearch
Liu Lantao 869798c08f
Table Search with UISearchController: Version 1.6, 2018-01-16
Converted to Swift 4, upgraded to iOS 11 SDK.

“Table Search with UISearchController” is an iOS sample application that demonstrates how to use UISearchController. A search controller manages the presentation of a search bar, in concert with the results view controller’s content.

Signed-off-by: Liu Lantao <liulantao@gmail.com>
2018-02-13 10:45:39 +08:00
..
Objective-C Table Search with UISearchController: Version 1.6, 2018-01-16 2018-02-13 10:45:39 +08:00
Swift Table Search with UISearchController: Version 1.6, 2018-01-16 2018-02-13 10:45:39 +08:00
.gitignore Table Search with UISearchController: Version 1.6, 2018-01-16 2018-02-13 10:45:39 +08:00
LICENSE.txt Table Search with UISearchController: Version 1.6, 2018-01-16 2018-02-13 10:45:39 +08:00
README.md Table Search with UISearchController: Version 1.6, 2018-01-16 2018-02-13 10:45:39 +08:00

README.md

Table Search with UISearchController

This sample demonstrates how to use UISearchController. A search controller manages the presentation of a search bar, in concert with the results view controllers content. It also demonstrates how to use UIStateRestoration to restore the search controller.

Build Requirements

  • iOS 11.0 SDK or later

Runtime Requirements

  • iOS 10.0 or later

Copyright (C) 2014-2017 Apple Inc. All rights reserved.