gpt4 book ai didi

objective-c - 如何在 iOS8 的 UIAlertController 中自定义 UIAlertAction?

转载 作者:太空狗 更新时间:2023-10-30 03:38:21 25 4
gpt4 key购买 nike

我需要使用 UIAlertController 在操作表项目中添加图像。我添加使用:

UIImage *image = [UIImage imageNamed:@"icon.png"];
[alertAction setValue:image forKey:@"image"];

结果为:

UIActionSheet

问题在于:我需要图像和文本居中对齐并调整“取消”按钮的高度

我该怎么做,请分享一些代码。

谢谢!

最佳答案

嗯,hereUIAlertAction 的运行时头文件。您既不能更改 image 的框架,也不能更改 Cancel 按钮的高度。

那么解决方案是什么?

我能想到的唯一解决方案是使用 UIVisualEffect 制作自定义 View 并像 UIActionSheet 一样显示/动画化它。基本上你需要模仿 UIActionSheet

也就是说,我也欢迎其他解决方案。

关于objective-c - 如何在 iOS8 的 UIAlertController 中自定义 UIAlertAction?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29226050/

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