摘要: 弱引用实在是太弱了,连通过该引用来申请空间都无法保持联系。举个例子@interface classA:NSObject@porperty (nonatomic,weak) classA * tempClass1;@property (nonatomic,strong) classA * tempCl... 阅读全文
posted @ 2015-12-21 12:46 李勋 阅读(406) 评论(0) 推荐(0)
摘要: 学习篇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的一点内容@interface myClass{@public NSMutableArray * tempArray;}@property (nonatomic,copy) NSArray * tempArray;@end————————分割线———... 阅读全文
posted @ 2015-12-20 15:20 李勋 阅读(395) 评论(0) 推荐(0)