gpt4 book ai didi

ios - 指向接口(interface) id 的指针的算术,对于这个架构和平台来说,这不是一个恒定的大小

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

我已经安装了 xcode 4.6,但我无法构建我的应用程序(它适用于 xcode 3.2):(

SEL sel = @selector(textField:didAddCellAtIndex:);
if ([self.delegate respondsToSelector:sel]) {
[self.delegate performSelector:sel withObject:self withObject: (id)_cellViews.count-1];
}

帮助

最佳答案

withObject:(id)_cellViews.count-1

是错误所在。您的代码将 _cellViews.count 转换为 id 指针,然后从中减去 1。

关于ios - 指向接口(interface) id 的指针的算术,对于这个架构和平台来说,这不是一个恒定的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17812174/

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