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
- 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.
- Compose screen is faded in while the buttons animate in.
- Login button should show animate the login form over the view controller.
- Discover bubble should bob up and down unless the SearchViewController is tapped.
- List anything else that you can get done to improve the app functionality!
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):
- I think I did the login fade differently that I was supposed to, but I think it looks the same?
- Button Selection groups.
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Describe any challenges encountered while building the app.
- Any libraries or borrowed content.