成都创新互联网站制作重庆分公司

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改变搜索框取消按钮的标题
网站路径:http://cxhlcq.com/article/pdphhd.html

其他资讯

在线咨询

微信咨询

电话咨询

028-86922220(工作日)

18980820575(7×24)

提交需求

返回顶部