Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.52 KB

readme.md

File metadata and controls

42 lines (24 loc) · 1.52 KB

Tumblr

The purpose of this homework is to leverage animations and gestures to create custom navigation. We're going to use the techniques from this week to implement some interactions in Tumblr.

Time spent: 5

Features

Required

  • Tapping on Home, Search, Account, or Trending should show the respective screen and highlight the tab bar button.
  • Compose button should modally present the compose screen.

Optional

  • Compose screen is faded in while the buttons animate in.
  • Login button should animate the login form over the view controller.
  • Discover bubble should bob up and down unless the SearchViewController is tapped.

The following additional features are implemented:

  • "Rays" around home image rotate
  • Discover bubble animtes in and out with a 3D effect

Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):

  1. Assets were a bit mixed up: Search view twice and no Activity view

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

  • Why doesn't my "rays" animation not work when you return to Home tab? ViewDidAppear and animateWithDuration get called, but it doesn't animate.