Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

32 lines (28 loc) · 1.17 KB

NYTimes Top News App

Project technical information:

• XCode version: 14.3
• Minimum deployment target: iOS 12.0
• Design pattern: MVVM

Module names that are created with the project:

• GridLayout: It's a custom UIView that organizes views inside horizontally or vertically.
• NetworkDataApi: It is used to fetch data from web in a desired data format.

App information:

• When the app opens, home page is listing the top stories from the NY Times.


• When you tap one of the news, it will open detailed view page.


• From detailed view page, you can press "See More" button in order to read the full story.