Skip to content

2hanson/SearchBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchBar

IOS SearchBar.

Compatible with IOS 6.0 and later, of course can compatible with all the early version.

Example Usage

SearchBar *barItem = [[SearchBar alloc] init];
barItem.frame = CGRectMake(0, 0, 320, 56);
AgendaTableView *atv = (AgendaTableView*)_swipeView.currentItemView;
barItem.searchReloadTableDelegate = atv;
barItem.listArr = atv.listArr;
barItem.listDic = atv.listDic;
    
[self.view addSubview:barItem];

Contact

Hanson Yu

License

SearchBar is available under the MIT license. See the LICENSE file for more info.

About

IOS SearchBar. Compatible with IOS 6.0 and later, of course can compatible with all the early version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published