摘要: 李洪强iOS开发之 - 实现九宫格并使用SDWebImage下载图片 源码: // // ViewController.m // 08-九宫格扩展 // // Created by 李洪强 on 15/6/21. // Copyright (c) 2015年 李洪强. All rights rese 阅读全文
posted @ 2016-08-21 20:12 李洪强 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 李洪强漫谈iOS开发[C语言-038]-if else if语句 阅读全文
posted @ 2016-08-21 16:48 李洪强 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 李洪强漫谈iOS开发[C语言-037]-if else 语句 阅读全文
posted @ 2016-08-21 16:25 李洪强 阅读(299) 评论(0) 推荐(0) 编辑
摘要: iOS开发基础知识--碎片15 1:将自定义对象转化成NsData存入数据库 要转为nsdata自定义对象要遵循<NSCoding>的协议,然后实现encodeWithCoder,initwithcode对属性转化,实例如下: HMShop.h #import <Foundation/Foundat 阅读全文
posted @ 2016-08-21 10:28 李洪强 阅读(255) 评论(0) 推荐(0) 编辑
摘要: iOS开发基础知识--碎片14 1:ZIP文件压缩跟解压,使用ZipArchive 创建/添加一个zip包 ZipArchive* zipFile = [[ZipArchive alloc] init]; //次数得zipfilename需要一个完整得路径,例如***/Documents/demo. 阅读全文
posted @ 2016-08-21 10:26 李洪强 阅读(226) 评论(0) 推荐(0) 编辑
摘要: iOS关于LKDBHelper实体对象映射插件运用 iOS关于LKDBHelper实体对象映射插件运用 一 插件简介: 其github地址:https://github.com/li6185377/LKDBHelper-SQLite-ORM 全面支持 NSArray,NSDictionary, Mo 阅读全文
posted @ 2016-08-21 10:23 李洪强 阅读(409) 评论(0) 推荐(0) 编辑
摘要: iOS开发基础知识--碎片13 1:运行程序报the file couldn't be opened because you don't have permission to view it 解决办法:项目—>targets->build settings->build options->chang 阅读全文
posted @ 2016-08-21 10:22 李洪强 阅读(254) 评论(0) 推荐(0) 编辑
摘要: iOS开发基础知识--碎片12 1:Delegate运用 .h #import <UIKit/UIKit.h> @protocol FilterHeaderViewDelegate <NSObject> @required -(void)filterHeaderViewMoreBtnClicked: 阅读全文
posted @ 2016-08-21 10:19 李洪强 阅读(251) 评论(0) 推荐(0) 编辑