objective c - Custom UIScrollView Gesture -
i have collection view cell contains uiscrollview in of content sits. want have gesture allows users swipe down when cell @ 0,0 , fades away list view of collection view.
however, still want users able scroll down rest of cell content.
should contained in same gesture? if so, how override scrollview's gesture?
thanks.
yea try implement method uiscrollviewdelegate:
- (void)scrollviewwillbegindragging:(uiscrollview *)scrollview get scrollview , calculate gestures , make behaviour. , other methods make best visual effect :)
Comments
Post a Comment