iphone - UIScrollView with UIButton doesn't scroll when touch down on button -


i've got uiscrollview in uiview. i've added uibuttons scroll view.

if touch down not on button , drag, scroll view drags fine. if touch down on button , drag scroll view doesn't move.

i want scroll view scroll around if dragged , buttons selected on touch inside event.

i don't want check "delay content touches" because don't want have wait delay.

does know need work?

regards, rich

there's no automatic way of doing that. have manually handle touch event, , determine user wants do, if moves finger x pixels or down, wants scroll, , if releases touch inside button, wants activate action.

regards!


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -