摘要:
轻量级UIImageView分类缓存 库 AsyncImageView 使用一:AsyncImageView 主页:https://github.com/nicklockwood/AsyncImageView只包含了一个 .h 一个 .m文件兼容 iOS 5.0及以上,以及ARC二:使用 主要演示结合UITableview的使用 demo代码:- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString *Ce... 阅读全文
posted @ 2014-03-19 15:54
cocoajin
阅读(880)
评论(0)
推荐(0)
摘要:
iOS 设置app语言中文,比如 copy中文,拍照按钮cancel 中文一:如何设置项目中文环境targets--->Locatization native development region 改为 Chinaproject--->Localizations --->Language 点击 + 号,添加 Chinese(Simplified)ZH 即是简体中文;此设置系统会自动生成一个infoPlist.strings(Chinese(Simplified))文件; 如图: 二:设置上面两条即可; 阅读全文
posted @ 2014-03-19 09:28
cocoajin
阅读(1363)
评论(0)
推荐(0)
浙公网安备 33010602011771号