Hardip-UW

Results 1 comments of Hardip-UW

You can add swipe to dismiss feature this way add this in your project ``` extension FullScreenSlideshowViewController { func addSwipeDownGesture() { DispatchQueue.main.asyncAfter(deadline: .now() + 1) { let swipeDownGesture = UISwipeGestureRecognizer(target:...