Twitter with Hamburger Menu
This is a basic twitter app to read and compose tweets the Twitter API.
Time spent: 7 hours
Features
Required
- [x] Hamburger menu
- [x] Dragging anywhere in the view should reveal the menu.
- [x] The menu should include links to your profile, the home timeline, and the mentions view.
- [x] Profile page
- [x] Contains the user header view.
- [x] Contains a section with the users basic stats: # tweets, # following, # followers
- [x] Home Timeline
- [x] Tapping on a user image should bring up that user's profile page
Optional
- [ ] 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
Walkthrough