davidkuchar / codepath-04-twitterredux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codepath-04-twitterredux

This is a basic twitter app to read and compose tweets the Twitter API.

Twitter App Data

  • CheepApp

  • Consumer Key (API Key) UD6Yfue3doPq9LWahObqzeZqK

  • Consumer Secret (API Secret) IcBd7tT8tgT0aCl3ROuxWbzKr8I6Zsa0jvqz5gjYMLU6WLV5Oa

  • Owner davidkuchar

  • Owner ID 23178363

Time spent: 8:58

Features

Required

  • Hamburger menu: Dragging anywhere in the view should reveal the menu.
  • Hamburger menu: The menu should include links to your profile, the home timeline, and the mentions view.
  • Hamburger menu: 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
  • Profile page: Contains a section with the users basic stats: # tweets, # following, # followers
  • Home Timeline: Tapping on a user image should bring up that user's profile page

Optional

  • Profile page: Implement the paging view for the user description.
  • Profile page: As the paging view moves, increase the opacity of the background screen. See the actual Twitter app for this effect
  • Profile page: 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
  • Account switching: Tap account to switch to
  • Account switching: Include a plus button to Add an Account
  • Account switching: Swipe to delete an account

Walkthrough

Video Walkthrough

GIF created with LiceCap.

About

License:MIT License


Languages

Language:Swift 98.7%Language:Objective-C 0.8%Language:Ruby 0.5%