feedhenry / fh-ios-sdk

FeedHenry iOS (Objective-C) SDK
http://feedhenry.org
Apache License 2.0
6 stars 16 forks source link

refactor so the designated initializer is called on parent:init #28

Closed cvasilak closed 9 years ago

cvasilak commented 9 years ago

Motivation: since [initWithProps] has been promoted as the designated initialiser from this PR https://github.com/feedhenry/fh-ios-sdk/pull/27, refactor plain init to call it instead. This fixes an issue where the _httpclient is not constructed at the point of call.

@wei-lee mind to review and release a new cocoa version?

wei-lee commented 9 years ago

@cvasilak looks good. Will do.