I have a fullscreen UIScrollview(B) in a fullscreen UIScrollview(A).
A has a contentsize = number of page Horizontally
B has a contentsize = number of Subpage Vertically
Inside B , I have a small UIscrollview (C) that scroll in the same direction than B... So vertically too.
When C is wildly scrolling, it creates a hard bouncing effect when the end of the contentSize is arrived.
the problem : IT CREATES ALSO A BOUNCING EFFET ON B!!!! is there a way to suppress this contamination of the bounce effect between parents and childs without suppress the bounce effet of both.
Thanks