ios - 重新排列 iPhone 警报中的按钮?
<p><p>是否可以让警报 View 按钮彼此上方而不是彼此相邻?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>没有自定义(子类化) UIAlertView 类。如果你想走这条路,你必须改变 UIAlertView 的 <code>layoutSubviews</code> 方法来将它的按钮放置在不同的位置。</p></p>
<p style="font-size: 20px;">关于ios - 重新排列 iPhone 警报中的按钮?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/968041/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/968041/
</a>
</p>
页:
[1]