我一直试图找到这个例外的底部。我有一个UITable视图,并且每隔一段时间(大约十分之一)刷新我会收到以下消息的崩溃。
-[_UICascadingTextStorage _setIndexBarWidth:]: unrecognized selector sent to instance 0x15da4110
2014-06-09 14:05:19.272 FastFarmV01[2290:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_UICascadingTextStorage _setIndexBarWidth:]: unrecognized selector sent to instance 0x15da4110'
任何人都知道这里发生了什么?
答案 0 :(得分:0)
看起来在UICascadingTextStorage类中不存在setIndexBarWidth。
此方法名称不会出现在此课程的任何位置 https://github.com/nst/iOS-Runtime-Headers/blob/master/Frameworks/UIKit.framework/_UICascadingTextStorage.h
你确定你不想使用其他方法吗?