NY-News-APP-IOS

所属分类:iPhone/iOS
开发工具:Swift
文件大小:0KB
下载次数:0
上传日期:2024-01-17 03:54:17
上 传 者sh-1993
说明:  NY-NEWS是使用SwiftSoup和CoreData使用Swift UI创建的新闻应用程序
(NY-NEWS is a News APP created using SwiftSoup and CoreData using SwiftUI)

文件列表:
NYTimes-iOS-master/NYTimes-iOS-master/

# NYTimes NY Times is an Minimal News iOS application built to describe the use of **SwiftSoup** and **CoreData** with **SwiftUI**. ## Features ## Table of Contents - [Requirements](https://github.com/srinivas1698/NY-News-APP-IOS/blob/master/#requirements) - [What you can learn?](https://github.com/srinivas1698/NY-News-APP-IOS/blob/master/#whatyoucanlearn) - [Technical Background](https://github.com/srinivas1698/NY-News-APP-IOS/blob/master/#techbackground) - [Dependencies](https://github.com/srinivas1698/NY-News-APP-IOS/blob/master/#dependencies) ## Requirements ``` iOS 14+ Xcode 12.2 and Up ``` ## What you can learn? - You can learn Technologies like - SwiftUI - CoreData - Combine - Web Scraping - You can learn various Design patterns from this project such as - Dependency injection - Repository - Singleton - Observers - You can learn MVVM Two way binding Architecture for SwiftUI with Combine framework ## Technical Background - NYTimes App was made using SwiftUI as the Core interface with Two Way Binding MVVM Architecture using Combine framework. - CoreData is used to store the Article Bookmarks offline in device so that the user can access it at later time. - SwiftSoup is used to scrap the required details from the NYTimes website. - The User interface of this app mostly uses the inbuilt iOS components to keep the User experience close to the native feel. - Bookmarks can be added as easy as a 3d-touch from Homescreen or a tap in bookmark icon in the detailed article screen. - This project was built in the mindset of modularity and good coding patterns. Multiple design patterns like Dependency injection, Repository pattern, Singleton Pattern etc. ## Dependencies This project uses SPM (Swift Package Manager) as Dependency manager. - [SwiftSoup](https://github.com/srinivas1698/NY-News-APP-IOS/blob/master/https://github.com/scinfu/SwiftSoup) - [Kingfisher](https://github.com/srinivas1698/NY-News-APP-IOS/blob/master/https://github.com/onevcat/Kingfisher) - [Reachability](https://github.com/srinivas1698/NY-News-APP-IOS/blob/master/https://github.com/ashleymills/Reachability.swift) ## Project Structure NYTimes # Root Group . ├── Utilities # Utilities for Fetching data ans Scraping HTML ├── Extensions # Some useful extensions ├── Globals # Contains App constants ├── Persistence # Coredata files. Contains coredata model and Singleton for ManagedObjectContext ├── Views # SwiftUI Views ├── Repository # Repository for Coredata ├── ViewModel # Viewmodels for SwiftUI Views ├── Model # Model files | └── Coredata Model # Coredata model subclasses | └── Supporting files # Misc. files like Appdelegate, SceneDelegate.

近期下载者

相关文件


收藏者