在 IOS 7 中,UISearchBar
是居中的。如果我想让它像 IOS 6 一样在左边呢?我想我看到我UISearchBar
的一个左对齐。但是,我不知道如何实现
所以我希望UISearchBar
第二张图片上的图片和UISearchBar
第一张图片一样。
我根本看不到对齐选项,UISearchBar
并且忘记了我是如何让顶部图片左对齐的。上图显示左对齐UISearchBar
是可能的。
在 IOS 7 中,UISearchBar
是居中的。如果我想让它像 IOS 6 一样在左边呢?我想我看到我UISearchBar
的一个左对齐。但是,我不知道如何实现
所以我希望UISearchBar
第二张图片上的图片和UISearchBar
第一张图片一样。
我根本看不到对齐选项,UISearchBar
并且忘记了我是如何让顶部图片左对齐的。上图显示左对齐UISearchBar
是可能的。
In the first screenshot, it seems like you have given text instead of placeholder. That is why it is left aligned. Please notice that there is a clear text button appeared in that screenshot. Secondly, once the user starts typing, the text will be left aligned, so it won't be much of a trouble.