SwipeTransition icon indicating copy to clipboard operation
SwipeTransition copied to clipboard

Allows trendy transitions using swipe gesture such as "swipe back anywhere".

Results 17 SwipeTransition issues
Sort by recently updated
recently updated
newest added

How to add swipe right to left to push a new controller?

feature request

It's a favorite solution. Thanks for sharing. In iOS 13 there is a problem with the dismiss function. In the sample, dismiss does not apply for the TableViewController. Also, even...

animation like this dont work with pod :(( class ColorCell : UICollectionViewCell { override var isHighlighted: Bool{ didSet{ if isHighlighted{ //self.alpha = 0.5 UIView.animate(withDuration: 0.27, delay: 0.0, usingSpringWithDamping: 1, initialSpringVelocity:...

First of all thank you so much for the great library. Noob question: I am trying to make swipe right to go back work on a table view / UITableViewController,...

Hello, I hope you are doing well! After some testing, I have discovered that when both the root controller and the one pushed on screen have search bars as the...

I can swipe back, but after that, pushing VC to the navigation controller doesn't work. There's related question in StackOverflow: https://stackoverflow.com/q/77081330 But no solution yet.

I got an error 'SwipeTransition/SwipeTransition-Swift.h' file not found Error location in UINavigationController+AutoSwipeBack.m I have include SwipeTransition library to in my podfile. any idea why this happening? Podfile ``` pod "SwipeTransition",...