The GIS Guy
  • Home
  • iOS
  • Web
  • GIS

单例

A collection of 1 post

iOS

Objective-C 单例模式

注:这里的代码使用自动引用计数(ARC),不涉及非 ARC 下的实现。 代码 // singleton.h @interface Singleton : NSObject @property (nonatomic, retain) NSString *string; + (id)sharedInstance; @end // singleton.m #import "singleton.h" @implementation Singleton @synthesize someProperty; #pragma mark

Jon Jon
The GIS Guy © 2025
Latest Posts Ghost