The CocoaPod that is used uses a long press gesture to clear the view. However, on doing so, the background color isn't persisted. This change will allow people to select whether they want to use that long press gesture or not. The gesture will still be on by default, and will only be removed when you set the clearOnLongPress property to false. It has been tested with two way binding in Angular, and setting it to true after it has been false will successfully add the gesture recognizer again.
The CocoaPod that is used uses a long press gesture to clear the view. However, on doing so, the background color isn't persisted. This change will allow people to select whether they want to use that long press gesture or not. The gesture will still be on by default, and will only be removed when you set the
clearOnLongPress
property tofalse
. It has been tested with two way binding in Angular, and setting it totrue
after it has beenfalse
will successfully add the gesture recognizer again.