Podcasts-UIKit
Podcasts-UIKit copied to clipboard
OUTDATED. A clone of Apple's Podcasts. UIKit version.
There are some errors when building this project. I noticed this [merge](https://github.com/Karambirov/OldPodcasts/commit/2cda075578ef8e5b0b88671597b9f4ca0df6c4ba) broke the building. For example, that merge deleted `MainTabBarViewModel`, but in [AppDelegate.swift](https://github.com/Karambirov/OldPodcasts/blob/master/Podcasts/Other/App/AppDelegate.swift), it was still required. And the...
- [ ] Use Realm for saving favorites - [ ] Handle downloading Maybe make sense to use [Disk](https://github.com/saoudrizwan/Disk).
1. https://medium.com/@hooliooo/yet-another-ios-post-about-creating-views-programmatically-9249a7ab1e93 2. https://mackarous.com/dev/2019/1/23/a-better-syntax-for-configurable-initializations
https://github.com/radianttap/Alley https://github.com/freshOS/Networking https://github.com/freshOS/ws https://github.com/airbnb/ResilientDecoding https://github.com/Flight-School/AppleiTunesSearchURLComponents
Add native syntactic sugar for Auto Layout https://github.com/kean/Align https://github.com/Pimine/EasySwiftLayout https://github.com/vhesener/Closures https://github.com/marlimox/AloeStackView https://github.com/crelies/UIKit-Modifiers https://github.com/freshOS/Stevia
In Search tab, after clicking favorite button the second time, app crashes and a user can not run it again.