Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T20:24:13.000Z (over 5 years ago)
- Last Synced: 2024-08-02T17:21:02.786Z (4 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.