gpt4 book ai didi

ios - 无法识别的选择器发送到实例 PDF 显示方法

转载 作者:行者123 更新时间:2023-11-29 02:12:22 24 4
gpt4 key购买 nike

我有一个带有选择器调用方法的按钮,但是我收到错误!

我在.h中设置了方法

- (void)pdfPressed

然后在.m中使用它

self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"paper-plane-7.png"] style:UIBarButtonItemStylePlain target:(DNavigationController *)self.navigationController action:@selector(pdfPressed)];

- (void)pdfPressed {
//...

但是我收到了这个错误。

-[DNavigationController pdfPressed]: unrecognized selector sent to instance 0x144e0fe60

最佳答案

self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"paper-plane-7.png"] style:UIBarButtonItemStylePlain target:self action:@selector(pdfPressed)];

关于ios - 无法识别的选择器发送到实例 PDF 显示方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29139311/

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