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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -