Question: In iOS 13 there is a new behaviour for modal view controller when being presented. Now it’s not fullscreen by default and when I try to slide down, the app just dismiss the View Controller automatically. How can I ...
Question: I just got into Swift programming lately and I have an easy question I can’t answer. I understood that we start putting a ViewController to show something, then if I want to display another view I can use a ...
Question: I’m working on Xcode projects in Swift and I’m trying to transfer data from a “FirstViewController” to a “SecondViewController”. First of all, I receive some data by my user in the FirstViewController. I made a structure to put all ...
Question: I know there are many questions and answers about how to make a ViewController full screen. My problem is little odd. I am not using Navigation Bar and when I try to set my modalPresentationStyle to fullScreen my View ...