Presentr
Presentr copied to clipboard
Swift wrapper for custom ViewController presentations on iOS
I use Xcode 9.3.1(Swift 4.1,iOS 11.3),and I run PresentrExample ,after I selected the first two items in main UI,Since then it's can not display any popup (please see Gif below)...
Currently `DismissSwipeDirection` enum only vertical directions: `top` & `bottom`. There're some use cases where the view controller is presented from the left\right: `presentr.transitionType = .coverHorizontalFromLeft`. We should support horizontal gesture...
First of all, this framework is super cool and has saved me tons of hassle. I don't use much third-party code, but this is fantastic. :) I'm trying to create...
Latest version `1.9` swift 4.2 shows a white background by the navigation bar on a custom presentation that makes it look as if the navigation bar is taller by 100px....
### What does this PR do? Simply updating the README.md to reflect 'dismissOnTap' change
Forcing to use custom fonts and huge codebase are unnecessary. So, I deleted custom fonts then removed unnecessary lines for loading custom fonts that comes with library.
when I downloaded the example project, I used Swift5 . when I tap the "Alert without animation", I could not see any AlertView. but it is appear sometimes
Is there any official / recommended / supported way to expand a presented view controller (say, for example, at half-screen size) to full screen? And then toggle back to the...
Hello guys. I have faced with an issue related to safe area during interactive presentation. Does someone knows how to fix it? I have added in PresentrExample.MainTableViewController -> `lazy var...