I found the answer about the cell menus. Apparently, there are three methods that I need to override to modify the default behavior. It reads like the cut/copy/paste are the only methods that are allowed. ShouldShowMenu, CanPerformAction, and PerformAction are the 3 methods to override.
Wally From: [email protected] To: [email protected] Date: Thu, 27 Dec 2012 12:02:06 -0500 Subject: [MonoTouch] UICollectionView A couple of questions on the UICollectionView: When an item is selected, is there a way to override the default text/action of cut/copy/paste?When I override the OnItemSelected method, the default action will insert base.OnItemSelected in the method. Unfortunately, that method seems to generate an error. I take it out, and all is good. I also noticed in the ItemSelected and ItemUnSelected methods in a sample that the base.OnXXX is not called. Should the base.OnXXX ever be called with the UICollectionView OnitemSelected, OnItemDeselected, OnItemHighlighted, or OnItemUnhighlighted? Wally _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
