gpt4 book ai didi

ios - UIAlertView 上的按钮

转载 作者:行者123 更新时间:2023-11-29 12:56:16 25 4
gpt4 key购买 nike

我有一个应用程序,我想让用户在其中做出 1 - 4 的判断。我正在使用 UIAlertView:

UIAlertView *alert = [[UIAlertView alloc]initWithTitle: @"Judgment" message:@"Please choose your overall judgement." delegate: self cancelButtonTitle:nil otherButtonTitles:@"1",  @"2", @"3", @"4", nil];

虽然它有效,但 View 看起来像下图所示,数字 4 通常位于“取消”按钮所在的位置。有更好的方法吗?

enter image description here

最佳答案

您始终可以通过子类化来修改警报 View 。这不是世界上最简单的事情,但我不知道还有其他方法可以完成您想要做的事情。

此链接显示了如何使警报 View 看起来像您想要的那样。 http://mobile.tutsplus.com/tutorials/iphone/ios-sdk-uialertview-custom-graphics/

关于ios - UIAlertView 上的按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21002702/

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