You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
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?
The text was updated successfully, but these errors were encountered: