美文网首页
ios 添加搜索框

ios 添加搜索框

作者: 你又脸红了i | 来源:发表于2018-11-15 19:05 被阅读0次

UISearchBar * searchbar = [[UISearchBar alloc]initWithFrame:CGRectMake(0, 0, 260, 44)];

    searchbar.delegate=self;

    [searchbarsetTintColor:[UIColor redColor]];

    [searchbarsetPlaceholder:@"搜索游记、旅行地与用户"];

    self.navigationItem.titleView = searchbar;

相关文章

网友评论

      本文标题:ios 添加搜索框

      本文链接:https://www.haomeiwen.com/subject/vehufqtx.html