gpt4 book ai didi

ios - 如何在 iOS 8 中自定义 UIAction Sheet

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

建议我,如何在 iOS 8 中自定义 UIActionSheet

使用代码在 iOS8 中崩溃

[[[actionSheeet valueForKey:@"_buttons"] objectAtIndex:0] 
setImage:[UIImage imageWithContentsOfFile:pathForMailicon]
forState:UIControlStateNormal];

最佳答案

在 iOS8 中你根本不应该使用 UIActionSheet。相反,您应该使用 UIAlertController .

这已经取代了 UIActionSheetUIAlertView

至于定制。我不确定您可以将图像放入其中吗?如果您想要图像和其他东西,我建议您从头开始创建自定义 View 。

关于ios - 如何在 iOS 8 中自定义 UIAction Sheet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26258562/

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