ios - 通过标题识别 UIAlertViews 而不显示标题
<p><p>我想知道是否可以显示 <code>UIAlertView</code> 而不显示其非 <code>nil</code> 标题。如果标题为<code>nil</code> 或<code>@""</code>,则不显示。但是在这里,我想使用标题在我的委托(delegate)中调度,该委托(delegate)处理所有不同的 <code>UIAlertView</code> 按钮点击。 </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>如果您的委托(delegate)没有指向它负责的 <code>UIAlertView</code> 的指针,您可以使用每个警报 View 的 <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/UIView/UIView.html#//apple_ref/doc/uid/TP40006816-CH3-SW25" rel="noreferrer noopener nofollow"><code>tag</code></a>继承自 <code>UIView</code> 的属性来区分它们。</p></p>
<p style="font-size: 20px;">关于ios - 通过标题识别 UIAlertViews 而不显示标题,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/20894480/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/20894480/
</a>
</p>
页:
[1]