Jelly icon indicating copy to clipboard operation
Jelly copied to clipboard

🌊 - Jelly is a library for animated, non-interactive & interactive viewcontroller transitions and presentations with the focus on a simple and yet flexible API.

Results 8 Jelly issues
Sort by recently updated
recently updated
newest added

I used this library in a project, and I realized that viewControllers that presented by Jelly, will NOT deinitialized! I just added this, to Example project of the library: ```swift...

I want it to disappear from the left, not from the bottom class BasePresentationController: UIViewController { static func presentFromLeftToRight(on hostViewController: UIViewController, returnType: T.Type) -> T? { let nibName = self.className.replacingOccurrences(of:...

Hey yall, I'm trying to achieve an effect where gestures do NOT trigger the transition in some situations. For example, I built a camera and photo library view like instagram's...

In my project. I am using jelly to present some control pages. After control diss, after returning to the current page, The side swipe gesture on the current page is...

hi there, I come with a question that, I found with option `UIModalPresentationCustom`, the presented view controller is always presented on `UIWindow.rooViewController`. I have no idea to present it on...

Thank you for your nice library! It would be good to have another effect on transition The following example create a presentation from bottom to up leaving a small portion...

enhancement

Apple required App Privacy manifests until 2025. So GoogleSignIn-iOS SDK that contains an app privacy manifest must be signed. I would like to know when you adopt this change. References...

Hello! I have been using your wonderful library for many years now, but I am at a loss at to how to implement this properly. I want to present a...