gpt4 book ai didi

cocoa - 一键发送多个操作?

转载 作者:行者123 更新时间:2023-12-03 17:36:06 26 4
gpt4 key购买 nike

我觉得这应该相当简单,但我的 google-foo 现在让我失望。如何让按钮向两个事物发送操作(在本例中将新的 Coredata 对象添加到数组 Controller 并打开编辑面板)。

谢谢!

最佳答案

调用一个方法来完成这两件事。

例如

- (void)doCoreDataStuff {
//Core Data Stuff
}

- (IBAction)buttonAction:(id)sender {
[self doCoreDataStuff];
// Show the edit panel
}

将其链接到第二种方法...

关于cocoa - 一键发送多个操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6796899/

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