Почему накладываются контроллеры друг на друга?

uikit
swift
xcode
ios

#1

Почему контроллеры накладываются визуально друг на друга при переходе?


@IBAction func action(_ sender: Any) { let go = storyboard?.instantiateViewController(identifier: "twoView") as! TwoViewController present(go, animated: true) }


Как убрать "задний" ViewController при переходе?
#2

go.modalPresentationStyle = .fullScreen