UISearchBar &&SearchDisplay
更新:HHH   时间:2023-1-7


   1,SearchBar改变背景颜色

UIImageView *p_w_picpathView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 44)] ;
p_w_picpathView.backgroundColor = [UIColor  whiteColor];
[searchDisplay insertSubview:p_w_picpathView atIndex:1];B
返回开发技术教程...