Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tzc1234/essentialfeedagain
Practise again.
https://github.com/tzc1234/essentialfeedagain
Last synced: 5 days ago
JSON representation
Practise again.
- Host: GitHub
- URL: https://github.com/tzc1234/essentialfeedagain
- Owner: tzc1234
- Created: 2024-05-01T09:10:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T18:40:23.000Z (2 months ago)
- Last Synced: 2024-09-10T21:00:21.426Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 728 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.