Skip to content

Latest commit

 

History

History
60 lines (56 loc) · 3.19 KB

README.md

File metadata and controls

60 lines (56 loc) · 3.19 KB

iOS Lead Essentials Challenges

All four challenges of Essential Developer's iOS Lead Essentials course

GitHub Contributors GitHub Contributors Issues GitHub pull requests GitHub pull requests

Report Bug · Request Feature · Ask Question

Challenges

  • 1. Feed API challenge: Implement the RemoteFeedLoader to load a collection of images from a backend. The implementation must conform to the <FeedLoader> protocol creating an array of FeedImage.
  • 2. Feed store challenge: Build a new infrastructure component that conforms to the <FeedStore> protocol using Core Data to persist the feed.
  • 3. UI Design patterns challenge: Display localized error messages in the UI to customers when the app fails to load the feed.
  • 4. Image comments challenge: Display image comments when a user taps on an image in the feed.

Acknowledgements

All credits to Essential Developer for their course.