Я хочу вызвать UIView с прозрачным фоном из ячейки таблицы.
let myView = MyViewController()
myView.view.backgroundColor = .clear
tableController.present(myView, animated: true, completion: nil)
Но остается такая неприятная граница.
myView.modalPresentationStyle = .fullScreen
делает хуже - убрать фоновый вид.