为什么搜索栏占位符文本未对齐显示在iphone的搜索栏顶部

时间:2013-11-08 14:50:36

标签: ios cocoa-touch uisearchbar

这里我附上搜索栏占位符的屏幕截图,它在搜索栏中未对齐。能帮助你解决这个问题:

占位符文字在搜索栏图标上的原因是什么。以下是为对齐添加的2行代码:

[self.obj_searchbar_verify setSearchTextPositionAdjustment:UIOffsetMake(0,10)];

[obj_searchbar_verify setPositionAdjustment:UIOffsetMake(140, 0) forSearchBarIcon:UISearchBarIconSearch];

0 个答案:

没有答案