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
On iPad, since the screen is so tall, I'd like the "card" view to only take up 1/3–1/2 of the screen. Is it possible to adjust the height of the view being transitioned to (or its inset to achieve the same)?
The text was updated successfully, but these errors were encountered:
I've been to see if a way to dynamically calculate the height can be done, since that's a better solution than insets. Will post here if there's any progress
You have just to change the value of insetForPresentedView in Constants.swift. And it will work. Then @HarshilShah have to create a public variable to allow library users to change this value (default is 8).
On iPad, since the screen is so tall, I'd like the "card" view to only take up 1/3–1/2 of the screen. Is it possible to adjust the height of the view being transitioned to (or its inset to achieve the same)?
The text was updated successfully, but these errors were encountered: