Hi
What Im trying to do is navigating from cell to view controller, I tried 2 ways first by direct control+drag from table cell to the view controller and choosing show and the other is control+drag from the view controller that have the table to the destination view controller then using perfom segue, with both methods I get a pop over kind of view controller, haw ever i tried to change such as making segue type from show to details show it keep showing as pop over ? haw can we fix that ?
--
Kindest Regards
h ttps://www.dropbox.com/s/x6t1dfmkklm2srw/Table%20View%20copy.zip?dl=0
That's the presentation mode: automatic vs fullScreen.
- in IB, select the ViewController that holds "Label"
- open Attributes inspector
- In ViewContyroller zone, change the field Presentation from Automatic to Full Screen
- run again
The view now covers completely the former view.
But you cannot not drag down the new view anymore: you need a back button.