Hello,
I am making a Panel which contains banners that user can drag to browse vertically.
I am using UIScroll View and UIDrag Scoll View for the overall panel.
and I am trying to let the user delete a single banner when slide on a individual banner.
I managed to slide and show the delete button for a single banner using UIGrid and UICenter On Click
However, it stops the whole panel to move vertically.
I was wondering if there is any workaround to achieve the behavior.
Would you please give me some advises on this regard.
thank you,
~Marvin