搜索框聯(lián)想功能實現(xiàn)

http://www.tuicool.com/articles/vQ7Z3qu

#import "GHSearchController.h"

@interface GHSearchController () <UISearchResultsUpdating, UISearchControllerDelegate, UITableViewDataSource>

@property (nonatomic, strong) UISearchController *searchVC;
@property (nonatomic ,strong)UITableView *demoTableView;
@property (nonatomic ,strong) NSMutableArray *exampleArr;
@property (nonatomic ,strong)NSMutableArray *searchArr;
@end

@implementation GHSearchController
#pragma mark - 懶加載
- (UISearchController *)searchVC
{
    if (!_searchVC) {
        
        _searchVC = [[UISearchController alloc] initWithSearchResultsController:nil];
        _searchVC.searchResultsUpdater = self;
        
        _searchVC.dimsBackgroundDuringPresentation = NO;
        
        _searchVC.hidesNavigationBarDuringPresentation = NO;
        
        _searchVC.searchBar.frame = CGRectMake(self.searchVC.searchBar.frame.origin.x, self.searchVC.searchBar.frame.origin.y, self.searchVC.searchBar.frame.size.width, 44.0);
        
        self.demoTableView.tableHeaderView = self.searchVC.searchBar;
        
    }
    return _searchVC;
}

- (NSMutableArray *)exampleArr
{
    if (!_exampleArr) {
        
    }
    return _exampleArr;
}

- (UITableView *)demoTableView
{
    if (!_demoTableView) {
        _demoTableView = [[UITableView alloc] init];
        _demoTableView.dataSource = self;
    }
    return _demoTableView;
}

#pragma mark - view
- (void)viewDidLoad
{
    [super viewDidLoad];
    
    self.view = self.demoTableView;
    _exampleArr = [NSMutableArray arrayWithCapacity:200];
    CGRect rectStatus = [[UIApplication sharedApplication] statusBarFrame];
    self.demoTableView.frame = CGRectMake(0, rectStatus.size.height, self.view.frame.size.width, self.view.frame.size.height - rectStatus.size.height);
//    self.searchBar.frame = CGRectMake(0, rectStatus.size.height, self.view.frame.size.width, 50.0);
    for (int i = 0; i < 200; i ++) {
        int NUMBER_OF_CHARS = 5;
        char data[NUMBER_OF_CHARS];//生成一個五位數(shù)的字符串
        for (int x=0;x<10;data[x++] = (char)('A' + (arc4random_uniform(26))));
        NSString *string = [[NSString alloc] initWithBytes:data length:5 encoding:NSUTF8StringEncoding];//隨機(jī)給字符串賦值
        [_exampleArr addObject:string];
    } // 隨機(jī)生成200個五位數(shù)的字符串
}


- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath//cell
{
    static NSString *identify = @"cellIdentify";
    UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:identify];
    if (!cell) {
        cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:identify];
    }
    if (!self.searchVC.active) {
        cell.textLabel.text = [NSString stringWithFormat:@"%@",_exampleArr[indexPath.row]];
        
    }else
    {
        cell.textLabel.text = [NSString stringWithFormat:@"%@",_searchArr[indexPath.row]];
        
    }
    return cell;
}

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
    if (self.searchVC.active) {
        return self.searchArr.count;//搜索結(jié)果
    }else
    {
        return self.exampleArr.count;//原始數(shù)據(jù)
    }
}

- (void)updateSearchResultsForSearchController:(UISearchController *)searchController
{
    NSString *searchString = [self.searchVC.searchBar text];
    NSPredicate *preicate = [NSPredicate predicateWithFormat:@"SELF CONTAINS[c] %@", searchString];
    if (self.searchArr!= nil) {
        [self.searchArr removeAllObjects];
    }
    //過濾數(shù)據(jù)
    self.searchArr = [NSMutableArray arrayWithArray:[_exampleArr filteredArrayUsingPredicate:preicate]];
    //刷新表格
    [self.demoTableView reloadData];
}
@end

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌垢粮,老刑警劉巖狂打,帶你破解...
    沈念sama閱讀 211,948評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件枯冈,死亡現(xiàn)場離奇詭異华坦,居然都是意外死亡撮躁,警方通過查閱死者的電腦和手機(jī)实辑,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,371評論 3 385
  • 文/潘曉璐 我一進(jìn)店門捺氢,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人剪撬,你說我怎么就攤上這事摄乒。” “怎么了残黑?”我有些...
    開封第一講書人閱讀 157,490評論 0 348
  • 文/不壞的土叔 我叫張陵馍佑,是天一觀的道長。 經(jīng)常有香客問我梨水,道長拭荤,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,521評論 1 284
  • 正文 為了忘掉前任疫诽,我火速辦了婚禮舅世,結(jié)果婚禮上旦委,老公的妹妹穿的比我還像新娘。我一直安慰自己雏亚,他們只是感情好缨硝,可當(dāng)我...
    茶點故事閱讀 65,627評論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著罢低,像睡著了一般查辩。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上网持,一...
    開封第一講書人閱讀 49,842評論 1 290
  • 那天宜岛,我揣著相機(jī)與錄音,去河邊找鬼翎碑。 笑死,一個胖子當(dāng)著我的面吹牛之斯,可吹牛的內(nèi)容都是我干的日杈。 我是一名探鬼主播,決...
    沈念sama閱讀 38,997評論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼佑刷,長吁一口氣:“原來是場噩夢啊……” “哼莉擒!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起瘫絮,我...
    開封第一講書人閱讀 37,741評論 0 268
  • 序言:老撾萬榮一對情侶失蹤涨冀,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后麦萤,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體鹿鳖,經(jīng)...
    沈念sama閱讀 44,203評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,534評論 2 327
  • 正文 我和宋清朗相戀三年壮莹,在試婚紗的時候發(fā)現(xiàn)自己被綠了翅帜。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,673評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡命满,死狀恐怖涝滴,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情胶台,我是刑警寧澤歼疮,帶...
    沈念sama閱讀 34,339評論 4 330
  • 正文 年R本政府宣布,位于F島的核電站诈唬,受9級特大地震影響韩脏,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜铸磅,卻給世界環(huán)境...
    茶點故事閱讀 39,955評論 3 313
  • 文/蒙蒙 一骤素、第九天 我趴在偏房一處隱蔽的房頂上張望匙睹。 院中可真熱鬧,春花似錦济竹、人聲如沸痕檬。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,770評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽梦谜。三九已至,卻和暖如春袭景,著一層夾襖步出監(jiān)牢的瞬間唁桩,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 32,000評論 1 266
  • 我被黑心中介騙來泰國打工耸棒, 沒想到剛下飛機(jī)就差點兒被人妖公主榨干…… 1. 我叫王不留荒澡,地道東北人。 一個月前我還...
    沈念sama閱讀 46,394評論 2 360
  • 正文 我出身青樓与殃,卻偏偏與公主長得像单山,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子幅疼,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 43,562評論 2 349

推薦閱讀更多精彩內(nèi)容

  • 樹豐老師最近組織了秋季寫書計劃爽篷,今天下午泡在圖書館一下午的時間尋找寫作的一些方法悴晰,為了后期寫作做引導(dǎo),這或許是最為...
    錦瀟閱讀 394評論 0 2
  • 今天分享來自《沉思錄》這本書的十點感悟: 001 既能夠很好的承受逐工,又能夠時刻保持清醒的人铡溪,才是一個靈魂完善且不可...
    餅姑娘閱讀 251評論 0 0
  • 首先,你需要注冊一個帳號泪喊。 想要上傳的話首先要登錄[root@docker ~]# docker loginUs...
    如來自然閱讀 860評論 0 1
  • 此篇大量圖片佃却,解說甚少 入門風(fēng)景如下, 各種熱帶高大的樹木 睡蓮前的藍(lán)天白云窘俺,太適合當(dāng)自拍的背景板了饲帅。 跳舞草,我...
    橙子林林閱讀 672評論 0 0
  • 做了個夢瘤泪,夢見這句話灶泵,自信的人最自然!
    陽茗閱讀 249評論 0 1