Compatible with IOS 6.0 and later, of course can compatible with all the early version.
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];
Hanson Yu
- https://twitter.com/2hanson
- https://github.com/2hanson
- http://www.linkedin.com/in/hangzhongyu
- [email protected]
SearchBar is available under the MIT license. See the LICENSE file for more info.