You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: