ios - Can not perform swipe-to-delete on UITableView if it is in UIScrollView -
i have created uitableview can perform swipe-to-delete on table cells in normal cases, when put uitableview uiscrollview can horizontally scrollable, outer scrollview swallow swipe event, swipe-to-delete not workable.
i'm sorry tell you have give 1 function since 2 functions rely on same gesture.
if want keep swipe-delete, set outer scrollview.scrollenabled = no
. think help.
if not, have button start tableview edit mode. make delete cell scrollview can slided.
Comments
Post a Comment