摘要: 8 9 一、手势右滑返回效果失效 10 11 在我们经常使用的APP中,已经习惯右滑返回这个效果,可是我发现我们的APP中这个功能失效了,只能点击左上角的返回按钮才能执行返回这个效果。后来查了一下发现,导致这个问题的原因是因为我们自己自定义了左上角的leftBarButtonItem,我们自定义了这个BarButtonItem使得系统不能捕获pop手势了。 12 13 解决... 阅读全文
posted @ 2017-06-02 15:13 Yevgeni 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1 NSString * urlString = @"App-Prefs:root=WIFI"; 2 3 if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:urlString]]) { 4 5 if ([[UIDevice currentDevice].systemVersion... 阅读全文
posted @ 2017-06-02 10:12 Yevgeni 阅读(203) 评论(0) 推荐(0) 编辑