ios - 如何在 iOS 中创建带下划线的分段控件
<p><div>
<aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
<div class="d-flex fd-column fw-nowrap">
<div class="d-flex fw-nowrap">
<div class="flex--item wmn0 fl1 lh-lg">
<div class="flex--item fl1 lh-lg">
<b>这个问题在这里已经有了答案</b>:
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p><code>UISegmentedControl</code> 包括用于自定义其外观的 API。您可以使用 <code>-setBackgroundImage:forState:barMetrics:</code> 和 <code>-setDividerImage:forLeftSegmentState:rightSegmentState:barMetrics:</code> 为各种状态组合设置图像。</p>
<p>您还可以使用 <code>-setTitleTextAttributes:forState:</code> 自定义文本。</p>
<p>这些方法可以在 <a href="https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UISegmentedControl_Class/index.html#//apple_ref/doc/uid/TP40006807-CH3-SW33" rel="noreferrer noopener nofollow">Customizing Appearance</a> 中找到。 <code>UISegmentedControl</code> 文档的部分。</p></p>
<p style="font-size: 20px;">关于ios - 如何在 iOS 中创建带下划线的分段控件,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/35559300/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/35559300/
</a>
</p>
页:
[1]