gpt4 book ai didi

iphone - 如何以编程方式触发 uibarbuttonitem 单击事件

转载 作者:IT王子 更新时间:2023-10-29 08:13:03 26 4
gpt4 key购买 nike

我创建了一个UIActionSheet

UIActionSheet * action = [[UIActionSheet alloc]initWithTitle:@""
delegate:self
cancelButtonTitle: @"cancel"
destructiveButtonTitle: @"OK"
otherButtonTitles: nil];
[action showInView:self.view];
[action release];

UIActionSheet 中的取消按钮事件中,我想触发 UIBarButtonItem 的事件,这在我的 View 中。

我的问题是如何在 UIActionSheet 委托(delegate)方法中触发按钮事件(不触摸按钮)

最佳答案

另一种避免警告的方法如下:

[[UIApplication sharedApplication] sendAction:barButtonItem.action
to:barButtonItem.target
from:nil
forEvent:nil];

关于iphone - 如何以编程方式触发 uibarbuttonitem 单击事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9496761/

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