saltedge / saltedge-ios

A handful of classes to help you interact with the Salt Edge API from your iOS app
https://www.saltedge.com
MIT License
1 stars 4 forks source link

Add support for Swift initializers #55

Closed nemesis closed 8 years ago

nemesis commented 8 years ago

Since Swift cannot map the convenience constructor into the initializer, we should add a default initializer with the baseURL property preset. It's always the same, so we can get rid of initWithBaseURL: and simply override init.

screen shot 2016-01-06 at 12 58 24 pm
nemesis commented 8 years ago

Done. Will publish in a few moments.