2018工作摘要

2018-05-10  本文已影响0人  鄭经仁

http://www.cocoachina.com/ios/20171108/21086.html 防止button按钮被重复点击

http://117.71.52.54:8888/gjj/gr/zgjbxxIndex?NAVIGATION_BAR_ID=ad1af2d7-218d-46dc-af3f-90a3101687fd   公积金查询       

https://developer.apple.com/account/ios/certificate/

//跳转蜂窝数据

NSURL * url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];

        if([[UIApplication sharedApplication] canOpenURL:url]) {

            NSURL*url =[NSURL URLWithString:UIApplicationOpenSettingsURLString];

            [[UIApplication sharedApplication] openURL:url];

        }

        NSString * urlString = @"App-Prefs:root=MOBILE_DATA_SETTINGS_ID";

        if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:urlString]]) {

            if ([[UIDevice currentDevice].systemVersion doubleValue] >= 10.0) {

                [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString] options:@{} completionHandler:nil];

            } else {

                [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];

            }

        }

MAC版本应用下载

http://xclient.info/s/office-for-mac-2016.html?t=680034e137bc7cc9b41bad81241e03e932425016

上一篇下一篇

猜你喜欢

热点阅读