HarshilShah / DeckTransition

A library to recreate the iOS Apple Music now playing transition
MIT License
2.19k stars 168 forks source link

Dismiss by clicking outside of presentedVC #30

Open talkaboutdesign opened 7 years ago

talkaboutdesign commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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