I'm a beginner.
I would like to use the storyboard to create a small menu screen that covers the screen.
The screen looks like a hamburger menu, but is it possible to make it with a storyboard just by transitioning the screen?
If possible, please let me know the approximate process.
Thank you for your cooperation.
The easiest way is to use the present as popover.
However, low-resolution devices may not meet your expectations because they behave the same way as present modally.(However, it may be better to give up on low-resolution devices because they have poor visibility even if they serve a small menu.)
You can use Present Modally to set Presentation to OverCurrentContext and use transparent color for Background.
Unlike Present as Popover, this works regardless of the low resolution terminal
© 2024 OneMinuteCode. All rights reserved.