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

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -