Код: Выделить всё
let settingsVC = MySettingsViewController()
settingsVC.modalPresentationStyle = .automatic
self.present(settingsVC, animated: true, completion: {
}
Код: Выделить всё
self.view.backgroundColor = UIColor(white: 0, alpha: 0.5)
Подробнее здесь: https://stackoverflow.com/questions/797 ... background
Мобильная версия