if let controller = storyboard?.instantiateViewController(withIdentifier: "ARController") as? ARViewController {
if #available(iOS 13.0, *) {
controller.modalPresentationStyle = .fullScreen
} else {
// Fallback on earlier versions
}
present(controller, animated: true, completion: nil)
}
2019年11月8日
swift ios 13 full screen view
訂閱:
文章 (Atom)