摘要:
SDWebImage中的一些参数:*SDWebImageRetryFailed = 1<< 0, 默认选项,失败后重试*SDWebImageLowPriority = 1<< 1, 使用低优先级*SDWebImageCacheMemoryOnly = 1<< 2, 仅仅使用内存缓存*SDWebIm... 阅读全文
摘要:
//// ZBMainViewController.m// MBProgressHUDDemo//// Created by 张先森 on 14/11/27.// Copyright (c) 2014年 zhibin. All rights reserved.//#import "ZBMainVie... 阅读全文
摘要:
//// ZBMainViewController.m// FMDBDemo//// Created by 张先森 on 14/11/27.// Copyright (c) 2014年 zhibin. All rights reserved.//#import "ZBMainViewControll... 阅读全文
摘要:
接收 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receive:) name:@"zhibintest" object:nil]; -(void)receive:(NSNotifica... 阅读全文
摘要:
在TARGETS-Bulid Phares-Compile Sources中找到非ARC的文件,双击,在弹出的框中添加1-fno-objc-arc如图:即可PS:如果项目建立时未使用ARC,想将其改为ARC,可以在building setting中修改在Building Setting中搜索auto... 阅读全文