Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dismiss by clicking outside of presentedVC #30

Open
talkaboutdesign opened this issue Aug 19, 2017 · 2 comments
Open

Dismiss by clicking outside of presentedVC #30

talkaboutdesign opened this issue Aug 19, 2017 · 2 comments

Comments

@talkaboutdesign
Copy link

Would love an option to add dismiss functionality when presented VC has big offset on top by clicking on outside of this VC. What's the best way to achieve this?

screen shot 2017-08-19 at 8 57 21 am

@HarshilShah
Copy link
Owner

As of now custom-sized views aren't supported, and neither are status bar action. Support for both is planned for a later release.

I'm guessing you're already customising the library to achieve the former right now, so you can probably achieve the latter by just adding a transparent view and a UITapGestureRecognizer that dismissed the VC

@HarshilShah
Copy link
Owner

Reopening so I have something to reference when I do implement this, but for the record, I wouldn't expect it to be implemented anytime in the near future

@HarshilShah HarshilShah reopened this Aug 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants