A

Size: a a a
A
AI
AI
VC
VK
i
let storyBoard = UIStoryboard(name: "ViewControllerScreen", bundle: nil)
let vc = storyBoard.instantiateViewController(withIdentifier: "ViewControllerScreen") as! ViewControllerScreen
vc.updateData = self
vc.selectedInfo = passengerModel
vc.transitioningDelegate = passengersTransition
vc.modalPresentationStyle = .custom
present(vc, animated: true)
t
A
let storyBoard = UIStoryboard(name: "ViewControllerScreen", bundle: nil)
let vc = storyBoard.instantiateViewController(withIdentifier: "ViewControllerScreen") as! ViewControllerScreen
vc.updateData = self
vc.selectedInfo = passengerModel
vc.transitioningDelegate = passengersTransition
vc.modalPresentationStyle = .custom
present(vc, animated: true)
t
i
i
VC
let storyBoard = UIStoryboard(name: "ViewControllerScreen", bundle: nil)
let vc = storyBoard.instantiateViewController(withIdentifier: "ViewControllerScreen") as! ViewControllerScreen
vc.updateData = self
vc.selectedInfo = passengerModel
vc.transitioningDelegate = passengersTransition
vc.modalPresentationStyle = .custom
present(vc, animated: true)
ДВ
db
ДВ
ДВ
db
ДВ
ДВ