自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 ld: warning: directory not found for option '-F"/Applications/Xcode.app/Contents/Developer/Platforms

在用AFNetworking 或者 Reachablity.h/.m的时候,遇到这个编译错误:ld: warning: directory not found for option '-F"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.s

2014-09-09 13:07:50 2319

转载 防止iOS程序进入休眠状态

设置应用程序的 idleTimerDisabled 属性为 YES (默认为NO)[UIApplication sharedApplication].idleTimerDisabled=YES;//当然一定要慎用,记着退出程序时把自动休眠功能开启

2014-09-09 10:44:13 1378

转载 AFNetworking 2.0 编译不过的问题修复

Link: http://blog.csdn.net/zaitianaoxiang/article/details/22597785AFNetworking 2.0 当Deployment Target 低于6.0时,AFURLConnectionOperation.h,AFURLSessionManager.h@property (nonatomic, strong) dispa

2014-09-09 10:35:54 580

转载 Xcode Interface Builder Help Link

https://developer.apple.com/library/ios/recipes/xcode_help-interface_builder/_index.html

2014-09-05 13:57:27 491

转载 Colorize Git Terminal Commands

Add the following to your ~/.gitconfig file to show the git command output in color when working in a terminal. This is really handy, give it a go.[color]ui = auto[color "branch"]current =

2014-09-03 10:03:41 591

原创 Get Application Display Name

[[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleDisplayName"];

2014-09-03 09:58:37 953

转载 NSString写入文件,append模式实现

- (BOOL)appendToFile:(NSString *)path usingEncoding:(NSStringEncoding)encoding{ NSLog(@"\n\n Append String :%@", self); NSFileHandle *fh = [NSFileHandle fileHandleForWritingAtPath:path];

2014-09-03 09:25:21 1278

转载 Introduction to CocoaPods Tutorial

http://www.raywenderlich.com/64546/introduction-to-cocoapods-2

2014-09-01 22:41:06 513

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除