HenestrosaDev / ios-lead-essentials-challenges

All four challenges of Essential Developer's iOS Lead Essentials course (under construction).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

All four challenges of Essential Developer's iOS Lead Essentials course (under construction).

License:MIT License


Languages

Language:Swift 100.0%