/tweety2

The Twitter iOS clone (tweety) with Gestures + Animations!

Primary LanguageObjective-C

tweety2

The Twitter iOS clone (tweety) with Gestures + Animations! This is the beefed up version of the tweety project, which was a simple clone of Twitter.

Time spent: 10 hours

Features

Hamburger menu

  • Dragging anywhere in the view should reveal the menu.
  • The menu should include links to your profile, the home timeline, and the mentions view.
  • The menu can look similar to the LinkedIn menu below or feel free to take liberty with the UI.

Profile page

  • Contains the user header view
  • Contains a section with the users basic stats: # tweets, # following, # followers
  • Optional: Implement the paging view for the user description (Not sure what you meant by this, so I paginated the user info (following-follower counts, tweet counts, location, etc. Manually added that dots on the bottom of the view, which was cumbersome).
  • Optional: As the paging view moves, increase the opacity of the background screen. See the actual Twitter app for this effect
  • Optional: Pulling down the profile page should blur and resize the header image (Somewhat. I did not blur the image, but I got it to resize)

Home Timeline

  • Tapping on a user image should bring up that user's profile page

Optional: 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

Video Walkthrough