-
Notifications
You must be signed in to change notification settings - Fork 52
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
Adding a static presentation mode suitable for embedding in a SwiftUI sheet #164
Comments
hey @jaflo we've been working on a better solution for developers using |
A new property of GiphyViewController called |
closing this, but please reopen if you have ideas for how we can assist here further! |
@cgmaier @ALexanderLonsky Is there any documentation for From what I can tell, with |
hey @cerupcat, I apologize for the late response.
|
I am trying to use the SDK with SwiftUI and have taken an approach similar to #44 to present the picker in a sheet. Everything looks good, the only issues are that:
trayHeightMultiplier
is set to 1, andIs it possible to get an option to make the provided interface appear static? This mode would make it suitable to be embedded in another view that takes care of proper presentation (so no need for the top padding, grabber, or ability to drag down) and dismissal (no swiping down of the view to dismiss).
Gap at top
When dragging down
The text was updated successfully, but these errors were encountered: