iphone - uinavigationcontroller 后退按钮字体更改不太正确
<p><p>我在代码中执行以下操作来更改后退按钮的字体:</p>
<pre><code>[ setTitleTextAttributes:,UITextAttributeTextColor,,UITextAttributeFont, nil] forState:UIControlStateNormal];
</code></pre>
<p>但是“返回”这个词尴尬地位于返回按钮的顶部,没有像往常那样居中以适应它。我说的是它以顶部和底部为中心,而不是从右到左。我怎样才能解决这个问题?看来我只能使用 UITextAttributeShadow 更改 Shadow 和 ShadowOffset,所以我不知道如何使它看起来居中。</p>
<p>感谢任何帮助!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>试试这样的:</p>
<pre><code>[ setBackButtonTitlePositionAdjustment:UIOffsetMake(0, 10) forBarMetrics:UIBarMetricsDefault];
</code></pre>
<p>请查看<a href="http://developer.apple.com/library/ios/#documentation/uikit/reference/UIBarButtonItem_Class/Reference/Reference.html" rel="noreferrer noopener nofollow"><strong>Reference</strong></a>文档</p></p>
<p style="font-size: 20px;">关于iphone - uinavigationcontroller 后退按钮字体更改不太正确,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/14299387/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/14299387/
</a>
</p>
页:
[1]