上一页 1 2 3 4 5 6 ··· 22 下一页
摘要: NSArray *subIcons = [[[[UIApplication sharedApplication] valueForKeyPath:@"statusBar"] valueForKeyPath:@"foregroundView"] subviews]; Printing description of subIcons: ( > [Item = [UIStatusBarS... 阅读全文
posted @ 2016-08-17 18:50 starainDou 阅读(1495) 评论(0) 推荐(0) 编辑
摘要: 虽然各种直接获取信号强度的api都被封杀了。但是还有一个另类的黑魔法可以获取到。那就是遍历UIStatusBar了 当然我们还可以遍历UIStatusBar 获取到网络连接类型 阅读全文
posted @ 2016-08-17 18:26 starainDou 阅读(10128) 评论(3) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-16 13:05 starainDou 阅读(12) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-07-20 10:01 starainDou 阅读(2) 评论(0) 推荐(0) 编辑
摘要: tip 1 : 给UIImage添加毛玻璃效果 func blurImage(value:NSNumber) -> UIImage { let context = CIContext(options:[KCIContextUseSoftwareRenderer:true]) let ciImage 阅读全文
posted @ 2016-07-20 09:59 starainDou 阅读(284) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-07-19 15:20 starainDou 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //显示下划线 //中划线 // NSDictionary *attribtDic = @{NSStrikethroughStyleAttributeName: [NSNumber numberWithInteger:NSUnderlineStyleSingle]}; //下划线 NSDiction 阅读全文
posted @ 2016-07-17 17:27 starainDou 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 在ios8.0以上获取经纬度时,需要申请授权,否则不能定位 第一步: 在 HomeViewController.m @interfaceHomeViewController ()<CLLocationManagerDelegate> { //定位 CLLocationManager *_locati 阅读全文
posted @ 2016-07-17 17:26 starainDou 阅读(375) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-07-17 17:25 starainDou 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-07-17 17:18 starainDou 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 22 下一页