iOS改变搜索框取消按钮的标题

#pragma mark - UISearchBarDelegate 搜索框的代理方法

创新互联是一家专业提供京山企业网站建设,专注与网站制作、成都网站制作HTML5建站、小程序制作等业务。10年已为京山众多企业、政府机构等服务。创新互联专业网站设计公司优惠进行中。

- (void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar

{

    [searchBarsetShowsCancelButton:YESanimated:YES];

    for (id obj in [searchBar.subviews[0] subviews]) {

       if ([objisKindOfClass:NSClassFromString(@"UINavigationButton")]) {

            UIButton *cancleButton = (UIButton *)obj;

            [cancleButtonsetTitle:@"取消"forState:UIControlStateNormal];

        }

    }

}


分享标题:iOS改变搜索框取消按钮的标题
当前URL:http://csdahua.cn/article/pdphhd.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流