会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JZLOY
上一页
1
2
3
4
5
下一页
2015年4月3日
KVC中setValuesForKeysWithDictionary:
摘要: http://blog.csdn.net/maomaoxiansheng/article/details/31383885
阅读全文
posted @ 2015-04-03 12:54 JZLOY
阅读(87)
评论(0)
推荐(0)
2015年4月1日
ios 震动
摘要: 声音可以工作在模拟器,然后一些声音(如循环的)已被证明不能工作,设置在模拟器中成功与否取决于音频格式.注:必须使用.wav格式在这个例子中.SystemSoundID pmph;id sndpath = [[NSBundle mainBundle] pathForResource:@"mySound...
阅读全文
posted @ 2015-04-01 14:02 JZLOY
阅读(130)
评论(0)
推荐(0)
iOS 内图片占用内存
摘要: 新手转载收藏用。“ 转自:http://www.cnblogs.com/yaokang/archive/2012/06/02/2532257.html”一,IOS与图片内存在IOS上,图片会被自动缩放到2的N次方大小。比如一张1024*1025的图片,占用的内存与一张1024*2048的图片是一致的...
阅读全文
posted @ 2015-04-01 12:54 JZLOY
阅读(943)
评论(0)
推荐(0)
2015年3月31日
大小分类tableView
摘要: // 左边一个大分类,右边一个小分类的tableview,滚动小分类大分类会自动滚动,选中大分类,对应的小分类会自动变色#define BigFlag @"big"#define SmallFlag @"small"#define SmallTableViewHeaderHeight 1.0f- (...
阅读全文
posted @ 2015-03-31 15:31 JZLOY
阅读(156)
评论(0)
推荐(0)
2015年3月26日
KeyChain
摘要: http://www.reader8.cn/jiaocheng/20131228/2002796.htmlhttp://blog.csdn.net/cyforce/article/details/7632345http://www.netfoucs.com/article/u013020103/84...
阅读全文
posted @ 2015-03-26 19:28 JZLOY
阅读(99)
评论(0)
推荐(0)
xib嵌套使用注意
摘要: http://www.tuicool.com/articles/ENv6Nf// 被使用的xib需要重写此方法- (instancetype)initWithCoder:(NSCoder *)coder{ self = [super initWithCoder:coder]; if (self) {...
阅读全文
posted @ 2015-03-26 17:05 JZLOY
阅读(164)
评论(0)
推荐(0)
手势密码
摘要: http://www.cnblogs.com/wendingding/p/3795165.html
阅读全文
posted @ 2015-03-26 14:02 JZLOY
阅读(85)
评论(0)
推荐(0)
指纹识别
摘要: http://www.it165.net/pro/html/201406/15907.htmlif ([UIDevice currentDevice].systemVersion.floatValue < 8.0) {NSLog(@"不支持");}// 提示:指纹识别只是判断当前用户是否是手机的主人...
阅读全文
posted @ 2015-03-26 13:57 JZLOY
阅读(143)
评论(0)
推荐(0)
2015年3月25日
计时器
摘要: http://ubluesky.com/archives/344http://blog.csdn.net/enuola/article/details/8099461
阅读全文
posted @ 2015-03-25 20:18 JZLOY
阅读(70)
评论(0)
推荐(0)
uicollectionView
摘要: http://zyc-to.blog.163.com/blog/static/1715240020140131946702/http://blog.csdn.net/ljh910329/article/details/42421923- (void)viewDidLoad { [super view...
阅读全文
posted @ 2015-03-25 13:08 JZLOY
阅读(228)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告