ios - 为什么这个 UIAlertView 的位置没有改变?
<p><pre><code>UIAlertView *alert = [ initWithTitle:@"Blah"
message:nil
delegate:nil
cancelButtonTitle:@"Cancel"
otherButtonTitles:@"Enter", nil];
alert.alertViewStyle = UIAlertViewStyleSecureTextInput;
.delegate = self;
alert.delegate = self;
;
alert.frame = CGRectMake(0,0,200,100);
</code></pre>
<p>我也尝试过添加 AffineTransform。但它只是没有改变。有人可以帮我吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>原来这只是 Apple 试图让每个人都转向 UIAlertController。 <code>UIAlertController</code> 自动移动。所以这将是我对这里的任何人的建议。</p></p>
<p style="font-size: 20px;">关于ios - 为什么这个 UIAlertView 的位置没有改变?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/27330809/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/27330809/
</a>
</p>
页:
[1]