码迷,mamicode.com
首页 > 移动开发 > 详细

swift 8.0之后打开 手机设置

时间:2018-10-17 12:14:22      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:red   har   highlight   url   ring   打开   available   ios   pen   

                if #available(iOS 8.0, *){
                    if let url = URL(string: UIApplication.openSettingsURLString),
                        UIApplication.shared.canOpenURL(url){
                        print("可以打开设置")
                        UIApplication.shared.openURL(url)
                    }else{
                        print("不可以打开设置")
                    }
                }

  

swift 8.0之后打开 手机设置

标签:red   har   highlight   url   ring   打开   available   ios   pen   

原文地址:https://www.cnblogs.com/qingzZ/p/9803023.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!