上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 107 下一页
摘要: 李洪强漫谈iOS开发[C语言-037]-if else 语句 阅读全文
posted @ 2016-08-21 16:25 李洪强 阅读(309) 评论(0) 推荐(0)
摘要: iOS开发基础知识--碎片15 1:将自定义对象转化成NsData存入数据库 要转为nsdata自定义对象要遵循<NSCoding>的协议,然后实现encodeWithCoder,initwithcode对属性转化,实例如下: HMShop.h #import <Foundation/Foundat 阅读全文
posted @ 2016-08-21 10:28 李洪强 阅读(267) 评论(0) 推荐(0)
摘要: iOS开发基础知识--碎片14 1:ZIP文件压缩跟解压,使用ZipArchive 创建/添加一个zip包 ZipArchive* zipFile = [[ZipArchive alloc] init]; //次数得zipfilename需要一个完整得路径,例如***/Documents/demo. 阅读全文
posted @ 2016-08-21 10:26 李洪强 阅读(239) 评论(0) 推荐(0)
摘要: iOS关于LKDBHelper实体对象映射插件运用 iOS关于LKDBHelper实体对象映射插件运用 一 插件简介: 其github地址:https://github.com/li6185377/LKDBHelper-SQLite-ORM 全面支持 NSArray,NSDictionary, Mo 阅读全文
posted @ 2016-08-21 10:23 李洪强 阅读(422) 评论(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 李洪强 阅读(265) 评论(0) 推荐(0)
摘要: iOS开发基础知识--碎片12 1:Delegate运用 .h #import <UIKit/UIKit.h> @protocol FilterHeaderViewDelegate <NSObject> @required -(void)filterHeaderViewMoreBtnClicked: 阅读全文
posted @ 2016-08-21 10:19 李洪强 阅读(260) 评论(0) 推荐(0)
摘要: iOS开发基础知识--碎片11 1:AFNetwork判断网络状态 #import “AFNetworkActivityIndicatorManager.h" - (BOOL)application:(UIApplication *)application didFinishLaunchingWit 阅读全文
posted @ 2016-08-20 15:32 李洪强 阅读(232) 评论(0) 推荐(0)
摘要: iOS开发基础知识--碎片10 1:如何给表格单元列增加选择时的背影效果 if (cell == nil) { cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:cell 阅读全文
posted @ 2016-08-20 15:30 李洪强 阅读(178) 评论(0) 推荐(0)
摘要: iOS开发基础知识--碎片9 1:两种方法删除NSUserDefaults所有记录 //方法一 NSString *appDomain = [[NSBundle mainBundle] bundleIdentifier]; [[NSUserDefaults standardUserDefaults] 阅读全文
posted @ 2016-08-20 15:28 李洪强 阅读(195) 评论(0) 推荐(0)
摘要: iOS开发基础知识--碎片8 1:用UIImageView作为背景,但直接把按钮或者 UITextField放在上面无法相应事件。 解决办法:UIImageView默认的UserInteractionEnabled是NO,把它修改成YES,或者可以直接在XCODE上面的view有个属性勾选User 阅读全文
posted @ 2016-08-20 15:25 李洪强 阅读(235) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 107 下一页