Skip to content

2.0.0

Compare
Choose a tag to compare
@gordontucker gordontucker released this 06 Aug 19:39
· 33 commits to master since this release

This is was a fairly large refactor of the codebase to enable fixing some of the existing bugs as well as making it more flexible for the future. It now uses a UIViewControllerTransitioning class to present the modal (so you'll want to enable animations now). It also respects the safeAreaInsets so there isn't a need to put the blur effect anymore. If you want that, it is easy enough to put on any view controllers you want to present. See the ReadMe for more information.