let alert = UIAlertController(title: nil, message:"Authentication is available on iOS 9.0 or later", preferredStyle: .alert) alert.addAction(UIAlertAction(title:"OK", style: .default, handler: nil)) present(alert, animated:true, completion: nil) ...
www.dbjr.com.cn/article/1057...htm 2025-5-25