-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust news detail news presentation to a webview
- Loading branch information
Showing
6 changed files
with
75 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# NewsApp | ||
RxSwift app | ||
iOS 14 Swift News. | ||
|
||
A simple News App that shows the a few articles and its detail. The app was created using RxSwift in the MVVM architecture. | ||
|
||
## Compatibility | ||
This project is written in Swift 5 and requires Xcode 12.3+ & Cocoapods 1.9.3 to build and run. | ||
|
||
## Getting Started | ||
Navigate to the directory and run pod install. Then open NewsApp.xcworkspace to run the project: | ||
```sh | ||
cd NewsApp | ||
pod install | ||
open . | ||
``` | ||
|
||
## Contact Info | ||
[email protected] |