so I have a scroll view and what I would like is that when I end my touch (touchesEnded) in this scroll view : (do something) but it doesn’t detect my touchesended I don’t know why. How can I solve this please .sorry for my english I’m french :/
Share
Subclass uiScrollview like this and it should work:
In .h file:
In .m file: