feedhenry / fh-ios-sdk

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

Convert to modern Objective-C syntax #18

Closed cvasilak closed 9 years ago

cvasilak commented 9 years ago

Motivation: The sdk used old syntax and constructs which were superseded by modern objective-c syntax. After applying Xcode magic to auto-convert to use 'modern collection literas/instancetype/NS_ENUM' have made the following changes:

Note: most of the changes where internal API changes not visible to the outside world

To test:

@wei-lee mind to review?

wei-lee commented 9 years ago

Reviewed. Great work. Good to learn a few new things about modern Objective-C.