Hello,

I have troubles with the latest 5.0.1 build and iOS 4.3. A call to
UITableView.MoveRow method throws NSInvalidArgumentException exception. This
happens with *4.3 devices/emulators only, 5.0 works perfectly*. That's
strange since moveRowAtIndexPath method signature didn't change since iOS
SDK 2.0.

Here is an exception stack trace:

-[UITableView moveRowAtIndexPath:toIndexPath:]: unrecognized selector sent
to instance 0x8299200
MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. 
Name: NSInvalidArgumentException Reason: -[UITableView
moveRowAtIndexPath:toIndexPath:]: unrecognized selector sent to instance
0x8299200
  at (wrapper managed-to-native)
MonoTouch.ObjCRuntime.Messaging:void_objc_msgSend_IntPtr_IntPtr
(intptr,intptr,intptr,intptr)
  at MonoTouch.UIKit.UITableView.MoveRow (MonoTouch.Foundation.NSIndexPath
fromIndexPath, MonoTouch.Foundation.NSIndexPath toIndexPath) [0x0002d] in
/Developer/MonoTouch/Source/monotouch/src/UIKit/UITableView.g.cs:491 
  at TableViewFailTestProject.TestController.HandleButtonTouchUpInside
(System.Object sender, System.EventArgs e) [0x00010] in
/Users/ivann/Projects/TableViewFailTestProject/TableViewFailTestProject/TestController.cs:38
 

Do you have any ideas on how to solve the problem, or should I to file a bug
report for MonoTouch?

Thanks,
Ivan

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Exception-with-4-3-SDK-UITableView-MoveRows-unrecognized-selector-sent-to-instance-tp3964245p3964245.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to