gpt4 book ai didi

iphone - 在 UIAlertView 中向下移动按钮

转载 作者:行者123 更新时间:2023-11-29 13:42:13 26 4
gpt4 key购买 nike

我有一个以横向模式显示的应用程序,我用以下代码覆盖了 UIAlertView 的高度:

- (void) willPresentAlertView:(UIAlertView *)alertView
{
CGRect screenBounds = [[UIScreen mainScreen] bounds];
CGRect frame = [alertView frame];
alertView.frame = CGRectMake(frame.origin.x, 0, frame.size.width, screenBounds.size.width);
}

这几乎行得通。 UIAlertView 更高,但是,alertview 中的按钮不会被按下。

有谁知道如何在更改警报 View 的高度时按下 UIAlertView 中的按钮?

最佳答案

我认为用一些独立的 AlertView 代替 UIAlertView 比弄乱它更优雅,风险更小。独立的意思是不继承 UIAlertView。
TSAlertView就是这样的替代品。

http://dl.dropbox.com/u/47535/TSAlertView/1-thumb.png http://dl.dropbox.com/u/47535/TSAlertView/3-thumb.png http://dl.dropbox.com/u/47535/TSAlertView/2-thumb.png

关于iphone - 在 UIAlertView 中向下移动按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8772659/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com