MonoTouch.Dialog icon indicating copy to clipboard operation
MonoTouch.Dialog copied to clipboard

AllowsMultipleSelectionDuringEditing not supported

Open therealjohn opened this issue 11 years ago • 0 comments

If you use UITableView.AllowsMultipleSelectionDuringEditing with Monotouch.Dialog. If the property is set to true, the click on the table (with edit mode enabled) seems to be ignored (no selection happens). If there is an Element.Tapped, it will be executed. In my current implementation it will push a new UIView to the NavigationController, but this is not what you expect in edit-mode.

See https://bugzilla.xamarin.com/show_bug.cgi?id=10015

therealjohn avatar Mar 12 '14 22:03 therealjohn