摘要: 一般情况下,可能我们写的单例模式是这样的:Ios代码#import@interfaceDownloader:NSObject+(instancetype)sharedDownloader;@end#import"Downloader.h"@implementationDownloaderstatic... 阅读全文
posted @ 2015-04-19 15:31 懒惰之心 阅读(3058) 评论(0) 推荐(0)
摘要: Objective C中有很多不定参函数,例如NSLog(format, arg1, arg2),还有字符串或数组在构造时所用的[NSString stringWithFormat: format, arg1, arg2, arg3],它们的方法原型分别是:FOUNDATION_EXPORT voi... 阅读全文
posted @ 2015-04-19 15:21 懒惰之心 阅读(771) 评论(0) 推荐(0)