gpt4 book ai didi

ios - 增加 iPad 上的 UIAlertView 大小

转载 作者:行者123 更新时间:2023-11-28 17:38:03 26 4
gpt4 key购买 nike

我正在尝试制作一个 iPad 应用程序,该应用程序的信息将在 UINotification 中弹出。但是通知的默认大小相对较小。有什么办法可以增加通知的大小吗?

-(IBAction) player1:(id)sender{

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Player1" message:@"Long message"delegate:self cancelButtonTitle:@"Done" otherButtonTitles:nil, nil];
[alert show];

我试图添加这段代码, alert.frame = CGRectMake(0,0,500,500);但里面的文字没有跟上。

有什么办法可以解决吗?谢谢

最佳答案

你不能改变 UIAlertView :( 它是故意设计来强制你简洁的!

如果您想显示大量数据,最好的选择是创建一个自定义 UIView 并改为显示它。

关于ios - 增加 iPad 上的 UIAlertView 大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9194299/

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