Basically what I am trying to figure out to do is, say I have one View Controller, called V1, that has a regular view inside it and a button. Now, when you tap that button, I wa
If you're using Storyboard, you can follow this step:
- Add a view controller (V2), setup the UI the way you want it
*based on the image you attached
Present V2 Modally
Click the segue. In the Attributes inspector, Set Presentation as Over Full Screen. Remove animation if you like
- Select V2. In the Attributes inspector, Set Presentation as Over Full Screen. Check Defines Context and Provides Context
- Select the MainView of your V2 (Pls. Check image). Set backgroundColor to Clear Color