Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tzc1234/essentialfeedagain

Practise again.
https://github.com/tzc1234/essentialfeedagain

Last synced: 5 days ago
JSON representation

Practise again.

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.