GO
Size: a a a
GO
D
И
if let vc = storyboard?.instantiateViewController(withIdentifier: "chosenGVC") as? ChosenGiftViewController {
vc.modalPresentationStyle = .overFullScreen
vc.modalTransitionStyle = .crossDissolve
present(vc, animated: true, completion: nil)
}C
if let vc = storyboard?.instantiateViewController(withIdentifier: "chosenGVC") as? ChosenGiftViewController {
vc.modalPresentationStyle = .overFullScreen
vc.modalTransitionStyle = .crossDissolve
present(vc, animated: true, completion: nil)
}И
D
АШ
D
G
AE
G
AE
AE