ljhskyso / Twitter-II

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project 4 - Twitter-II

Time spent: 10 hours spent in total

User Stories

The following required functionality is completed:

  • [Y] Hamburger menu
  • [Y] Dragging anywhere in the view should reveal the menu.
  • [Y] The menu should include links to your profile, the home timeline, and the mentions view.
  • [Y] The menu can look similar to the LinkedIn menu below or feel free to take liberty with the UI.
  • [Y] Profile page
  • [Y] Contains the user header view
  • [Y] Contains a section with the users basic stats: # tweets, # following, # followers
  • [Y] Home Timeline
  • [Y] Tapping on a user image should bring up that user's profile page

The following optional features are implemented:

  • [Y] Profile Page
  • Implement the paging view for the user description.
  • As the paging view moves, increase the opacity of the background screen. See the actual Twitter app for this effect
  • Pulling down the profile page should blur and resize the header image.
  • Account switching
  • Long press on tab bar to bring up Account view with animation
  • Tap account to switch to
  • Include a plus button to Add an Account
  • Swipe to delete an account

The following additional features are implemented:

  • [Y] Mentions view

Video Walkthrough

Here's a walkthrough of implemented user stories:

@dropbox - gif @ https://www.dropbox.com/s/meqqevuqei3tw51/HW4.gif?dl=0

@dropbox - quicktimes video @ https://www.dropbox.com/s/k1gh7vp4ongmmer/HW4.mov?dl=0

@imgur - gif @ http://imgur.com/grIIm13

GIF created with LiceCap.

Notes

The instruction video is in Swift, but writing in Objective-C.

License

Copyright [2015] [Jiheng Lu]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About


Languages

Language:Objective-C 99.6%Language:Ruby 0.4%