gpt4 book ai didi

ios - 一个 BarButtonItem 的多个操作

转载 作者:行者123 更新时间:2023-11-28 20:04:11 26 4
gpt4 key购买 nike

我正在尝试将两个操作分配给一个 BarButtonItem,但语法 (bad receiver type 'NSInteger' aka 'long') 有问题,我无法编译我的应用程序。这是错误的代码:

self.navigationItem.leftBarButtonItem = [[UIBarButtonItem alloc] 
initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(myAction1)];
initWithBarButtonSystemItem:UIBarButtonSystemItemAdd target:self action:@selector(myAction2)];

我正在使用 Xcode 5.1,我的目标是 iOS 7.0。

你能帮帮我吗?提前谢谢你。

最佳答案

您不能将两个操作分配给 BarButtonItem

您可以在 selector 方法中调用第二个操作。

或者您可以简单地删除以前的目标并在运行时有条件地添加新的目标操作

关于ios - 一个 BarButtonItem 的多个操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22659799/

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