这里我附上搜索栏占位符的屏幕截图,它在搜索栏中未对齐。能帮助你解决这个问题:
占位符文字在搜索栏图标上的原因是什么。以下是为对齐添加的2行代码:
[self.obj_searchbar_verify setSearchTextPositionAdjustment:UIOffsetMake(0,10)];
[obj_searchbar_verify setPositionAdjustment:UIOffsetMake(140, 0) forSearchBarIcon:UISearchBarIconSearch];