因此,当我尝试使用自定义按钮删除行时,deleteRowsAtIndexPaths会导致SIGABRT:
-(NSInteger)numberOfSectionsInTableView:(UITableViewitemTableView deleteRowsAtIndexPaths:@[path] withRowAnimation:UITableViewRowAnimationLeft]; // here is SIGABRT
谁能帮助我理解为什么我会得到这个错误?当我加载我的一个视图控制器时,它似乎正在发生,但我不知道为什么。 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITextInputTraits length]: unrecognized selector sent to instance 0x7fbf924828a0'(
0 CoreF