Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 765 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 765 Bytes

A Sea of Quotes

Authors

  • Maya Hernandez

Purpose

A Sea of Quotes is the popular Tumblr quotes blog come to life in iOS.

Features

  • Browse through quotes
  • Search quotes and tags
  • Save favorite quotes

Control Flow

  • Home page where user can choose to browse quotes, search quotes, or view favorite quotes
  • When browsing, shows latest quotes posted by ASQ
  • When search, can choose to search by keyword or tag
  • Search options mimick browsing page

Implementation

Will use Tumblr API.

Model

  • Quote.Swift

View

  • HomepageListTableView
  • BrowsingQuotesListTableView
  • SearchView
  • FavoritesView

Controller

  • HomepageListTableViewController
  • BrowsingQuotesListTableViewController
  • SearchViewController
  • FavoritesViewController