gpt4 book ai didi

iphone - 在 iOS5 中使用 NSIndexPath 时应用程序崩溃

转载 作者:技术小花猫 更新时间:2023-10-29 10:40:37 24 4
gpt4 key购买 nike

#define PROPERTY_SECTION 0
#define SUBTOTAL_ROW 0

UITableViewCell *subtotalCell = [self.tableView cellForRowAtIndexPath:[NSIndexPath indexPathForItem:SUBTOTAL_ROW inSection:PROPERTY_SECTION]];

当我在 ios 6 中调试它时,它工作完美,但在 ios 5 中,应用程序崩溃,原因如下"

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSIndexPath indexPathForItem:inSection:]: unrecognized selector sent to class 0x1d41f20'
*** First throw call stack:
(0x26b4022 0x2083cd6 0x26b5aad 0x261aed0 0x261acb2 0xc956a 0xc9d4a 0xca3e9 0x12af38f 0x12af5eb 0x12bdb2b 0x12af38f 0x12af5eb 0x12b04ed 0x121da0c 0x26b5e99 0x121e464 0x121e495 0x1222fc1 0x121d14b 0x16864ce 0x162bd61 0x16114d0 0x12ae5ab 0x4ab35 0x14ade29 0x14ad133 0x14ae3bf 0x14b0a21 0x14b097c 0x14a93d7 0x268899e 0x261f640 0x25eb4c6 0x25ead84 0x25eac9b 0x2d167d8 0x2d1688a 0x11e6626 0x248d 0x23b5)
terminate called throwing an exception(lldb)

最佳答案

+ (NSIndexPath *)indexPathForItem:(NSInteger)item inSection:(NSInteger)section; 是一种仅适用于 iOS 6 中的 UICollectionView 的方法。你不能在 iOS 5 的 UITableView 中使用它。

您可能正在寻找 indexPathForRow:inSection:

关于iphone - 在 iOS5 中使用 NSIndexPath 时应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12417270/

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