Commit bdd260d
committed
Fixed an iOS9 issue with CCScrollView whereby gesture recognisers that were not being removed when the node was hidden, or removed from the node tree were being added a second time. iOS8 and earlier allowed this even though it wasn't correct. iOS 9 prevents this from working anymore.
1 parent cdc50bd commit bdd260d
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
772 | | - | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
773 | 779 | | |
774 | 780 | | |
775 | 781 | | |
| |||
0 commit comments