I would like to show a popup (I just have UIAlertController
in mind) like the the image below:
What I want to achieve
I found some kind of similar questions on the internet but they are code based, this way it is really hard to align the stuff in the position I want and handle the user interaction.
Is there a way that I kinda make a separate "Something" in the Storyboard
and then here just pop that up? I thought of a whole ViewController
but that covers the whole screen.
Any suggestions or solutions are highly appreciated.