ios - Prevent overlapping UIScrollView from scrolling -


i have uiscrollview 1 of elements, when touched, pops uiscrollview, of same size (full screen) underlying view. want top scrollview, when shown, element responding touches, is, if top scrollview runs out of content, underlying scrollview picks touches , scrolls content. how can force responder chain stop @ top uiscrollview without putting in separate uiviewcontroller?

try setting scrollenabled no on base scroll view when "top" scroll view shown, , re-enable when want control return.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -