Would be a good approach to constraining a control to the “bottom” of a floating panel regardless of its height? #484
Answered
by
scenee
AustinConlon
asked this question in
Q&A
-
If I were to constrain a toolbar button to be just above the bottom safe area, in a floating panel that I only use in a half-screen format, then the floating panel view controller is still treated like a full screen modal. This means scrolling is required to find the button. How would I instead anchor it to the bottom and instead use strictly a half-screen sheet? |
Beta Was this translation helpful? Give feedback.
Answered by
scenee
Jul 24, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AustinConlon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fitToBounds
mode probably meets your use case.