Module Outline

Use the following resources and work with your mentor to master the objectives for this module. Practice by completing the Mini-Project, Project, and Challenges.

Stretch Problem

    Challenge: SubReddit Posts

    1. Build a simple app that allows users to enter in the name of a subreddit in a textfield, hit submit, and see the titles of the current posts for that subreddit.
    2. List the current posts in a tableview.
    3. Black diamond: If the user taps on a cell, open a SafariViewController to the URL of that post.'
  • Hint
  • Solution

Project

Mastery Review

Module 41 - Capstone Project Supplementary Activities
  • Expand all
  • Collapse all
  • Challenge: SubReddit Posts stretch problem