You are viewing a single comment's thread from:
RE: SwiftyConnect - Steemconnect for iOS - More Helpers & Bugfixing
Hey man,
Honestly I forgot about comment_options... thanks for mentioning them. I will add them directly into the next update!
Also there is no big reason that I am using Any instead of AnyObject. AnyObject is just more specific and I am unsure if it could lead to errors, so I have chosen Any.
But I am open to enhancements, so I will check if AnyObject could make sense :))
Sounds nice, I once tried to do it for steem API, I just couldn't handle those JSON responses and those many optionals :) I hope it won't bother you on your journey.