连击 天
fork: star:
一 调用方法 #if __IPHONE_OS_VERSION_MAX_ALLOWED >= 100000 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:path] options:@{} completionHandler:nil]; #else [[UIAp...
NSJSONSerialization (iOS 5+) NSDictionary *weatherDic = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingMutableLeaves error:&error]; 2.JSONKit (非ARC) #i...
一 系统版本判断 [[[UIDevice currentDevice] systemVersion] floatValue] #ifdef __IPHONE_7_0 // TODO #else // TODO #endif 二 类判断 NSClassFromString(@"XXXV...
Objective-C UIColor -> UIImage - (UIImage*) createImageWithColor: (UIColor*) color { CGRect rect=CGRectMake(0.0f, 0.0f, 1.0f, 1.0f); UIGraphicsBeginImag...
1. 完全取消http请求限制 <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> 2. 指定部分网址支持http <key>NSAppTransportSecurity</key> ...
如何在未使用arc的工程中引入一个使用了arc特性的文件:对相应的文件添加:-fobjc-arc参数 如何在arc工程中引用未使用arc的文件:对相应的文件添加:-fno-objc-arc参数...
7.0+ [string stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLPathAllowedCharacterSet]]; 7.0- [string stringByAddingPercentEscapesUsingEncoding:NSUTF8Enc...
参见 国外blog http://ios-blog.co.uk/tutorials/user-defined-runtime-attributes/ apple developer https://developer.apple.com/library/mac/recipes/xcode_help-interface_builder/Chap...
Storyboard中使用TableView并绑定CellView的进行页面跳转,在对应的controller中设置传值的注意点。
本文转自"茫茫茫茫"的cnblogs,原文地址:http://www.cnblogs.com/v2m_/archive/2012/07/11/2585547.html 本文分析对比了各种更改UIView背景的方法。当然,背景是根据一个图片来的(非纯色)...
1.画直线 /* 获取上下文 */ CGContextRef context = UIGraphicsGetCurrentContext(); //设置画笔大小 CGContextSetLineWidth(context, 4.0); //设置画...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复