NYArticles is iOS application which display article list from NYTimes and detail of article
CocoaPods is a dependency manager, which automates and simplifies the process of using 3rd-party libraries :
Install CocoaPods if not already available:
$ [sudo] gem install cocoapods
$ pod setup
Change to the directory of your Xcode project:
$ cd /path/to/NyArticles
Install into your Xcode project:
$ pod install
Open your project in Xcode from the .xcworkspace file (not the usual project file)
$ open NyArticles.xcworkspace
- Article List
- Article Detail
iOS 10.0 and above
Current app Version :- 1.0
Platform : Xcode :- 9.3
Language : Swift
Architecture : MVVM
- pod 'SVProgressHUD', '~> 2.2'
- pod 'Moya', '~> 11.0'
- pod 'Moya-ObjectMapper'
- pod 'SDWebImage'
- pod 'NVActivityIndicatorView'
- pod 'UIScrollView-InfiniteScroll', '~> 1.0.0'
- Parth Shah - Initial work - Parth Shah