答案 0 :(得分:0)
对于特定的ViewController,您可以使用
[('house_size', 93.0), ('build_year', 2002.0), ('house_color', 3), ('price', 2498.0)]
对于整个应用,
在AppDelegate中
let uv = UIViewController()
uv.modalPresentationStyle = .fullScreen //or .overFullScreen for transparency
self.present(uv, animated: true, completion: nil)