Custom clear button in UISearchBar text field

前端 未结 6 941
南笙
南笙 2020-12-06 19:12

I tried:

UITextField *searchtextfield = [searchBar.subviews objectAtIndex:1];
    UIButton *cButton = [UIButton buttonWithType:UIButtonTypeCustom];
    cButt         


        
6条回答
  •  萌比男神i
    2020-12-06 19:42

    Set clearButtonMode to UITextFieldViewModeNever and rightViewMode to UITextFieldViewModeAlways

提交回复
热议问题