Skip to content

buy/twitter-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter App

This is a Twitter app for iOS as the week 4 assignment of CodePath.

Time spent: 16 hours

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.
  • 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.

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

Additional:

  • Advanced UI
  • Reuse home timeline controller and added it as a subview when rendering profile page
  • Reuse home timeline view and controller for mentions view
  • Menu button on each content view, handled in hamburger view controller via NSNotificationCenter

Video Walkthrough

Video Walkthrough

GIF created with LiceCap

License

Copyright 2015 Chang Liu

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

Simply the follow up version of https://github.com/buy/twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published