会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
李勋
博客园
首页
新随笔
联系
订阅
管理
2015年12月21日
Objective-C中的弱引用
摘要: 弱引用实在是太弱了,连通过该引用来申请空间都无法保持联系。举个例子@interface classA:NSObject@porperty (nonatomic,weak) classA * tempClass1;@property (nonatomic,strong) classA * tempCl...
阅读全文
posted @ 2015-12-21 12:46 李勋
阅读(406)
评论(0)
推荐(0)
2015年12月20日
Mark一下
摘要: 学习篇https://github.com/Aufree/trip-to-iOS开源库http://github.ibireme.com/github/list/ios/来自于cocochinagl3564085用户的回答~
阅读全文
posted @ 2015-12-20 22:53 李勋
阅读(128)
评论(0)
推荐(0)
Objective-C关于实例变量与属性的一点儿知识
摘要: 废话不多说,这次想说的是关于Objective-C的一点内容@interface myClass{@public NSMutableArray * tempArray;}@property (nonatomic,copy) NSArray * tempArray;@end————————分割线———...
阅读全文
posted @ 2015-12-20 15:20 李勋
阅读(395)
评论(0)
推荐(0)
公告