Ok, got this sorted... Info here was useful http://stackoverflow.com/questions/8449608/monotouch-programming-for-swipe-gesture
But beware. For some reason the use of a generic gesture-recognizer-wrapper causes a SIGSEGV fault. I'd love to know what is broke because having a nice wrapper that provides a C# event is much tidier than attributes and compiler magic to hook up to Selectors. Anyway the important point is. Hook up the gesture recogniser to the DialogViewController (which inherits UITableView) |var point = recognizer.LocationInView(myTableView); var indexPath = myTableView.IndexPathForRowAtPoint(point); indexPath has the section and row information. | PS: Nic, I hope you checked out my blog too. At felixcollins.com - not programming related _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
