objective c - Swipe does not work with UITableview's scrollview and Pull to Refresh in iOS -
i have created uitableview
scrollview , given swipe gesture swipe left right , vice-versa between 3 different views. both of them don't seem work each other. on top of have pull refresh functionality on uitableview
. have tried implement uigesturerecogniser
delegate method doesn't seem work.any suggestions?
i have realised when bouncing disabled on scrollview swipe functionality works fine, pull-to-refresh not work in case.
Comments
Post a Comment