随笔分类 - iPhone Programming
iOS iPhone Programming
摘要:Singleton on iOS (Obj-C实现单例模式)参考地址:http://www.duckrowing.com/2010/05/21/using-the-singleton-pattern-in-objective-c/Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->static MyGizmoClass *sharedGizmoManager = nil;+ (MyGizmoClass*)sharedManager{@synchr
阅读全文