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.
- Host: GitHub
- URL: https://github.com/tzc1234/essentialfeedagain
- Owner: tzc1234
- Created: 2024-05-01T09:10:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T18:40:23.000Z (10 months ago)
- Last Synced: 2025-01-16T02:24:37.759Z (6 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.