I find it difficult to understand the conceptually best way to implement the following:
I have a UIScrollview built into ViewControllerB that was introduced by ViewControllerA.
As soon as the user scrolls to the top of the UIScrollview, when he tries to pull more, when there is nothing more to scroll, I want this βdrag and dropβ movement to pull and release the current ViewControllerB, leaving the ViewControllerA in the display.
How can I initiate this interactive ViewControllerB panning transition from the UIScrollView drag mechanism after reaching the top?
source
share