Closed colemancda closed 10 years ago
Since the settings what must be set upon initialization are growing, a options dictionary should be used in the initWith... method. e.g.-(id)initWithOptions:(NSDictionary *)options .
options
-(id)initWithOptions:(NSDictionary *)options
Since the settings what must be set upon initialization are growing, a
options
dictionary should be used in the initWith... method. e.g.-(id)initWithOptions:(NSDictionary *)options
.