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
In the latest version of GMGridView it seems that in order to disable editing on long press I have to set enableEditOnLongPress to true instead of false.
Before this worked:
_gmGridView.enableEditOnLongPress = FALSE;
grid does not enter editing mode on a long press
Now to get the same result I had to change it to
_gmGridView.enableEditOnLongPress = TRUE;
to get the same results (no changes on long press).
The text was updated successfully, but these errors were encountered:
In the latest version of GMGridView it seems that in order to disable editing on long press I have to set enableEditOnLongPress to true instead of false.
Before this worked:
_gmGridView.enableEditOnLongPress = FALSE;
grid does not enter editing mode on a long press
Now to get the same result I had to change it to
_gmGridView.enableEditOnLongPress = TRUE;
to get the same results (no changes on long press).
The text was updated successfully, but these errors were encountered: