-
As in your demo the swipe from bottom to up and then open that ViewController that have Airpod image.
I want same like that button i want to open when click on UIButton not on swipe.
Please help t…
-
I can slide to dismiss and all the functionalities work. The issue is when I present the VC with decktransition, it just covers the whole screen and the top corners are not rounded. Any suggestions?
-
Hi @Kolos65 ,
I hope this message finds you well.I think the transition of InstagramTransition is very good, so recently I tried to apply the transition of InstagramTransition to a custom ContextMe…
-
In certain circumstances the main view becomes detached from the window after a transition. If I try to update the parent viewcontroller due to orientation changes for example. When I come back it app…
-
After opening a viewController using the .vertical (or any other) type, the viewController is presented normally, without problems. However, the problem occurs after dismissing the presented viewContr…
-
`private func showType2(indexPath: IndexPath, bottomDismiss: Bool = false) {
let storyboard = UIStoryboard(name: "Main", bundle: nil)
let viewController = storyboard.instantia…
-
When running a gradient animation on one ViewController, is it possible to continue the same animation from its current state on a different ViewController upon transitioning?
-
It would be so cool if we can nicely transition to a new view/screen when we pop the preview after pressing it - a very commonly used tactic in many mainstream apps (twitter, instagram etc.).
Looki…
-
Hey thanks for your awesome work and fulfilling the gap found in Hero transition, which is transitioning between UIViews but i couldn't found any example how i could transition two UIViews in same …
-
there is a memory leak with `AboutCoordinator` - it is added as a child into `UserListCoordinator`
@pauljohanneskraft we discussed this with you in slack and you adviced to `removeChild` or overrid…