嗨,我现在正在使用 Monotouch 开发基于单元格的自定义表格视图。
表格视图在自定义单元格中正确显示数据。
但是当我尝试滚动表格视图时,它正在使应用程序崩溃。
错误信息:-
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown.
Name: NSInvalidArgumentException Reason:
-[__NSCFSet tableView:cellForRowAtIndexPath:]: unrecognized selector sent to instance 0xfd50430
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at OrderManagementSystem.Application.Main (System.String[] args) [0x00000] in /Users/administrator/Documents/xyz/dlds/OMS/OMS/Main.cs:17
即使我启用了断点,我也无法捕捉到它崩溃的方法。
我该如何解决这个问题?