https://github.com/albertopeam/Podcasts
Simple app to show usage of SwiftUI and Combine
https://github.com/albertopeam/Podcasts
combine ios13 swiftui xcode11
Last synced: 6 months ago
JSON representation
Simple app to show usage of SwiftUI and Combine
- Host: GitHub
- URL: https://github.com/albertopeam/Podcasts
- Owner: albertopeam
- License: mit
- Created: 2019-06-17T14:55:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T20:24:13.000Z (over 6 years ago)
- Last Synced: 2024-11-12T21:39:01.427Z (12 months ago)
- Topics: combine, ios13, swiftui, xcode11
- Language: Swift
- Size: 820 KB
- Stars: 28
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Podcasts
README
# Podcasts
Simple app to show usage of SwiftUI and Combine. The app shows a list of podcasts fetched from [listennotes](https://www.listennotes.com/api/) and it can be played.
Status: Work in progress.
TODO'S:
* Wrap Image Loader to avoid reload the entire view
* Migrate all the views to have enum states
* Try environment object
* Check cancelations
Warning: SwiftUI and Combine are in beta now.