Suspend UIScrollView behavior when new stack opened on top?
Posted: Sun Apr 17, 2011 11:05 am
I am working on a new project and have hit a snag.
In the main stack I am generating a UIScrollView of clickable text, which opens a new stack on top of the main.
Once the new stack opens, the UIScrollView of the main stack is still active, though not visible. The scrollbars still function (and control) the scrollable content in the main stack. This is not good, as the user could change the location of the scrollable content in the main stack accidentally.
I don't want to close the main stack card to delete the control if I don't have to.
Is there a way to disable/suspend the UIScrollView control of the main stack while there is a new stack open above it?
Many thanks,
Todd
In the main stack I am generating a UIScrollView of clickable text, which opens a new stack on top of the main.
Once the new stack opens, the UIScrollView of the main stack is still active, though not visible. The scrollbars still function (and control) the scrollable content in the main stack. This is not good, as the user could change the location of the scrollable content in the main stack accidentally.
I don't want to close the main stack card to delete the control if I don't have to.
Is there a way to disable/suspend the UIScrollView control of the main stack while there is a new stack open above it?
Many thanks,
Todd