Hello,
Controller A's view contains a UIScrollview which contains a UIButton. The content scrolls vertically and the button works fine.
Controller B's view contains a UIScrollview for paging left and right.
When I place my Controller A view inside the scroll view of Controller B's the UIButton stops working.
I can't 'de-nest' the scrollviews because they are managed by independent controllers - and paging is only required under certain circumstances.
Why does Controller B stop the button from working?