How can I implement Swipe left and right to change data/views in swift IOS?
问题 I want to implement swipe gesture left right feature to change data views in swift 5. I have two viewControllers - FeedsController which contains tableview and list of all videos in it. In FeedsController if I click on comment button it moves to commentViewController and showing same video with with comments in details. Actually I want to implement Swipe gesture action on commentViewController so user can swipe left right even on detail comment page which is commentViewController . Code for