把UISearchBar改造成你想要的樣子

產(chǎn)品要求猖毫,如下圖台谍,在不觸發(fā)UISearchBar的情況下
1.默認(rèn)的提示文字居左

2.刪除按鈕默認(rèn)顯示,且樣式要替換

3.取消按鈕顯示

4.輸入光標(biāo)距最左邊指定間隔

5.隱藏放大鏡圖標(biāo)

搜索框.png
- (void)addSearchBarView {
UIView *searchBgView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 75.f)];

searchBgView.backgroundColor = [UIColor whiteColor];

[self.view addSubview:searchBgView];

UISearchBar *searchBarView = [[UISearchBar alloc] initWithFrame:CGRectMake(8.f, 27.f,SCREEN_WIDTH-58.f, 44.f)];

//光標(biāo)顏色
searchBarView.tintColor = [UIColor grayColor];

[searchBarView setBackgroundImage:[UIImage imageNamed:@"clear_bg"]];

//背景圖片
[searchBarView setSearchFieldBackgroundImage:[UIImage imageNamed:@"searchFiledBg"] forState:UIControlStateNormal];

//輸入光標(biāo)左邊距
[searchBarView setSearchTextPositionAdjustment: UIOffsetMake(10, 0)];

searchBarView.delegate = self;

self.searchBarView = searchBarView;

//隱藏放大鏡圖標(biāo)
UITextField *txfSearchField = [searchBarView valueForKey:@"_searchField"];

[txfSearchField setLeftViewMode:UITextFieldViewModeNever];

//自定義取消按鈕
UIButton *cancelBtn = [[UIButton alloc] initWithFrame:CGRectMake(SCREEN_WIDTH-57.f, CGRectGetMinY(searchBarView.frame), 57.f, 44.f)];

[cancelBtn setTitle:@"取消" forState:UIControlStateNormal];

cancelBtn.titleLabel.font = [UIFont CFRegular:14.f];

[cancelBtn setTitleColor:RGBSame(28) forState:UIControlStateNormal];

[cancelBtn addTarget:self action:@selector(cancelSearch) forControlEvents:UIControlEventTouchUpInside];

//自定義placeholder text
UILabel *label = [UILabel new];

label.frame = CGRectMake(18, 8, 200, 28);

label.text = @"搜索Fashionista和文章";

label.font = [UIFont CFRegular:14];

label.textColor = HBGrayColor;

[searchBarView addSubview:label];

self.placeHolderLbl = label;

[searchBgView addSubview:searchBarView];

[searchBgView addSubview:cancelBtn];}

下一步就是顯示刪除按鈕了吁断,注意要在viewDidAppear方法里操作趁蕊,遍歷UISearchBar的子視圖找到searchField,自定義searchField.rightView胯府,然后searchField.rightViewMode = UITextFieldViewModeAlways;將默認(rèn)的清除按鈕狀態(tài)設(shè)為searchField.clearButtonMode = UITextFieldViewModeNever;代碼詳情如下:

- (void)viewDidAppear:(BOOL)animated{
[super viewDidAppear:animated];
for(UIView *subView in self.searchBarView.subviews.firstObject.subviews) {
    if([subView isKindOfClass: [UITextField class]]){
        UITextField *searchField = (UITextField *)subView;
        CGFloat myWidth = 26.0f;
        CGFloat myHeight = 30.0f;
        UIButton *myButton = [[UIButton alloc] initWithFrame:CGRectMake(0.0f, 0.0f, myWidth, myHeight)];
        [myButton setImage:[UIImage imageNamed:@"icon_delete_search_normal"] forState:UIControlStateNormal];
        [myButton setImage:[UIImage imageNamed:@"icon_delete_search_normal"] forState:UIControlStateHighlighted];
        [myButton addTarget:self action:@selector(clearsearchbar) forControlEvents:UIControlEventTouchUpInside];
        searchField.rightView = myButton;
        searchField.rightViewMode = UITextFieldViewModeAlways;
        searchField.clearButtonMode = UITextFieldViewModeNever;
    }
} }

當(dāng)然要記得在觸發(fā)UISearchBar時隱藏自定義的Placeholder介衔,并按照自己的需求去實現(xiàn)刪除和取消按鈕的觸發(fā)方法,下面是我的實現(xiàn)
- (void)clearsearchbar {
_searchBarView.text = nil;
self.placeHolderLbl.hidden = NO;
[_searchBarView resignFirstResponder];}

- (void)cancelSearch {
[_searchBarView resignFirstResponder];
[self.navigationController popViewControllerAnimated:YES];}
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末骂因,一起剝皮案震驚了整個濱河市炎咖,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌寒波,老刑警劉巖乘盼,帶你破解...
    沈念sama閱讀 207,113評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異俄烁,居然都是意外死亡绸栅,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,644評論 2 381
  • 文/潘曉璐 我一進(jìn)店門页屠,熙熙樓的掌柜王于貴愁眉苦臉地迎上來粹胯,“玉大人,你說我怎么就攤上這事辰企》缇溃” “怎么了?”我有些...
    開封第一講書人閱讀 153,340評論 0 344
  • 文/不壞的土叔 我叫張陵牢贸,是天一觀的道長竹观。 經(jīng)常有香客問我,道長潜索,這世上最難降的妖魔是什么臭增? 我笑而不...
    開封第一講書人閱讀 55,449評論 1 279
  • 正文 為了忘掉前任,我火速辦了婚禮竹习,結(jié)果婚禮上誊抛,老公的妹妹穿的比我還像新娘。我一直安慰自己整陌,他們只是感情好芍锚,可當(dāng)我...
    茶點故事閱讀 64,445評論 5 374
  • 文/花漫 我一把揭開白布昔园。 她就那樣靜靜地躺著,像睡著了一般并炮。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上甥郑,一...
    開封第一講書人閱讀 49,166評論 1 284
  • 那天逃魄,我揣著相機(jī)與錄音,去河邊找鬼澜搅。 笑死伍俘,一個胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的勉躺。 我是一名探鬼主播癌瘾,決...
    沈念sama閱讀 38,442評論 3 401
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼饵溅!你這毒婦竟也來了妨退?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,105評論 0 261
  • 序言:老撾萬榮一對情侶失蹤蜕企,失蹤者是張志新(化名)和其女友劉穎咬荷,沒想到半個月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體轻掩,經(jīng)...
    沈念sama閱讀 43,601評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡幸乒,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,066評論 2 325
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了唇牧。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片罕扎。...
    茶點故事閱讀 38,161評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖丐重,靈堂內(nèi)的尸體忽然破棺而出腔召,到底是詐尸還是另有隱情,我是刑警寧澤弥臼,帶...
    沈念sama閱讀 33,792評論 4 323
  • 正文 年R本政府宣布宴咧,位于F島的核電站,受9級特大地震影響径缅,放射性物質(zhì)發(fā)生泄漏掺栅。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,351評論 3 307
  • 文/蒙蒙 一纳猪、第九天 我趴在偏房一處隱蔽的房頂上張望氧卧。 院中可真熱鬧,春花似錦氏堤、人聲如沸沙绝。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,352評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽闪檬。三九已至星著,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間粗悯,已是汗流浹背虚循。 一陣腳步聲響...
    開封第一講書人閱讀 31,584評論 1 261
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點兒被人妖公主榨干…… 1. 我叫王不留样傍,地道東北人横缔。 一個月前我還...
    沈念sama閱讀 45,618評論 2 355
  • 正文 我出身青樓,卻偏偏與公主長得像衫哥,于是被迫代替她去往敵國和親茎刚。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,916評論 2 344

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