我正在填充从数组中获取数据的tableview。它有多次选择和重新加载。逻辑上没有问题。它在iOS 7,8上工作正常但在iOS 9.02上出现此错误。
请问任何解决方案?
:HW kbd:无法将(null)设置为键盘焦点
Oct 14 10:40:06 iPhone SpringBoard [48]: UNNotificationRegistrarConnectionListener连接无效
10月14日10:40:06 iPhone com.apple.xpc.launchd [1] (UIKitApplication:com.projectname.catalogue [0x743e] [369]): 由于信号而退出服务:分段故障:11Oct 14 10:40:06 iPhone SpringBoard [48]:应用程序 ' UIKitApplication:com.project_name.catalogue [0x743e]'坠毁。
Oct 14 10:40:06 iPhone UserEventAgent [23]:676658830601: id = com.project_name.catalogue pid = 369,state = 0
Oct 14 10:40:06 iPhone ReportCrash [370]:制定报告 for corpse [369] projectname
Oct 14 10:40:06 iPhone ReportCrash [370]: platform_thread_get_unique_id匹配113197
Oct 14 10:40:06 iPhone ReportCrash [370]:保存类型 ' 109_projectname'报告(最多25个中的3个)为 /var/mobile/Library/Logs/CrashReporter/project_name_2015-10-14-104006_iPhone.ips
10月14日10:40:11 iPhone内核[0]:AppleARMPMUCharger: 将USB输入电流限制在500 mA(测量为519 mA) 10月14日10:40:11 iPhone内核[0]:AppleARMPMUCharger: 将USB输入电流限制为400 mA(测量为513 mA)
答案 0 :(得分:0)
iOS 9.0要求必须为某些类创建属性。例如,我创建了没有属性的UIImageView。当我多次重新加载时一次又一次地访问Table Cell时,它无法保存属性的先前值。然后它会导致崩溃。但iOS< 9.0确实显示出任何崩溃。