colemancda / NetworkObjects

Swift backend / server framework (Pure Swift, Supports Linux)
MIT License
259 stars 29 forks source link

Replace NOAPI and NOAPICachedStore initialization methods with -initWithOptions: #29

Closed colemancda closed 10 years ago

colemancda commented 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 .