An open API service indexing awesome lists of open source software.

https://github.com/tzc1234/essentialfeedagain

Practise again. 3rd time.
https://github.com/tzc1234/essentialfeedagain

Last synced: 4 months ago
JSON representation

Practise again. 3rd time.

Awesome Lists containing this project

README

        

# EssentialFeedAgain
Practise the learnings from iOS Lead Essentials again. Replicate the [Essential Feed App](https://github.com/essentialdevelopercom/essential-feed-case-study) with different approaches.

- Use `async/await` instead of completion handler.
- Utilise `UIHostingConfiguration` to configure UITableViewCell layout with SwiftUI view.
- Utilise `#Preview` for building UI layouts.
- Use `String Catalog` to handle localization.