1

在 IOS 7 中,UISearchBar是居中的。如果我想让它像 IOS 6 一样在左边呢?我想我看到我UISearchBar的一个左对齐。但是,我不知道如何实现

在此处输入图像描述

在此处输入图像描述

所以我希望UISearchBar第二张图片上的图片和UISearchBar第一张图片一样。

我根本看不到对齐选项,UISearchBar并且忘记了我是如何让顶部图片左对齐的。上图显示左对齐UISearchBar是可能的。

4

1 回答 1

0

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.

于 2013-10-28T04:51:16.067 回答