Tutorial: http://iphone.galloway.me.uk/iphone-sdktutorials/singleton-classes/ singleton for ARC http://stackoverflow.com/questions/7568935/how-do-i-implement-an-objective-c-singleton-that-is-compatible-with-arc 官方例子:https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CocoaFundamentals/CocoaObjects/CocoaObjects.html#//apple_ref/doc/uid/TP40002974-CH4-SW32 other http://www.johnwordsworth.com/2010/04/iphone-code-snippet-the-singleton-pattern/