Skip to content

itrunks/TableSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

//vagus tech tuesday
//Commit from Mac BOOK
TableSearch  Raja CI working
===========

This sample demonstrates how to use the UISearchDisplayController object in conjunction with a UISearchBar, effectively filtering in and out the contents of that table. If an iOS application has large amounts of table data, this sample shows how to filter it down to a manageable amount so that users to scroll through less content in a table.

It shows how you can:
- Create a UISearchDisplayController.
- Use scopes on UISearchBar with a search display controller.
- Manage the interaction between the search display controller and a containing UINavigationController
	(there is no code for this -- the navigation bar is moved around as necessary).
- Return different results for the main table view and the search display controller's table view.
- Handle the destruction and re-creation of a search display controller when receiving a memory warning.

Using the Sample

Tap the search field and as you enter case insensitive text the list shinks/expands based on the filter text. An empty string will show the entire contents.  To get back the entire contents once you have filtered the content, touch the search bar again, tap the clear ('x') button and then tap cancel.


Main Classes
----------

APLViewController
Manages a table view to display a list of products, and manages a search bar to filter the product list.


APLProduct
A simple model file to represent a product with a name and type.

=======================================================
Copyright (C) 2008-2013 Apple Inc. All rights reserved.

About

UISearchBar text and icon animation on UINavigationBar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published