Presentr icon indicating copy to clipboard operation
Presentr copied to clipboard

Swift wrapper for custom ViewController presentations on iOS

Results 36 Presentr issues
Sort by recently updated
recently updated
newest added

Why I set'presenter.dismissTransitionType = TransitionType.crossDissolve' but no effect, always show the effect of ‘coverVertical’ And I added a breakpoint in Presentr.swift and found that the ‘animationController(forDismissed dismissed: UIViewController)’ function was...

Hi, I am trying to show Popup with TextView in it... When I open keyboard for TextView it jumps up the screen. I am using Compress presentation style... Corner radius...

### What does this PR do? * Add support for `.left` and `.right` to `DismissSwipeDirection` * Add `dismissOnRelease` dismiss presented view on gesture ended (like a traditional `UIViewController`) * Uses...

Is there a way to detect when the presentr window has been dismissed?

This library is excellent and it would be great if we could install it with Swift Package Manager. Please add SPM support for Xcode 11. :)

if there is an animation for a presentr view (for example selecting a customer from a custom view) and that view is animating to the screen - if there is...

I have two coordinators, ModuleA and ModuleB. ModuleB needs to be displayed as a modal using Presentr but whenever I try to do customPresentViewController it displays it as overFullScreen instead...

I use your pod. But sometime a got the next situation. I show alert popup and can't dismiss it and console print log: `[Touch] unexpected nil window in __sendSystemGestureLatentClientUpdate, _windowServerHitTestWindow:...

1) Dismiss viewcontroller on pan of scrollview (tableview /collectionview) . https://github.com/sgr-ksmt/PullToDismiss 2) Also, the UITableviewcontroller can be the child view controller of the view controller which we are presenting. Dismissing...

enhancement
help wanted