Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.01 KB

twitter


TOTAL: 8 hours
10/8-10/9: 3 hours recreating Oauth stuff
10/11: 5 hours, continued difficulties with AutoLayout, was able to make image appear but was not able to get it to stop resizing

walkthrough

features


[DONE] User can sign in using OAuth login flow, 1hr
[DONE] User can view last 20 tweets from their home timeline, 1hr
[DONE] The current signed in user will be persisted across restarts 2hr
[DONE] In the home timeline, user can view tweet with the user profile picture, username, tweet text, and timestamp. In other words, design the custom cell with the proper Auto Layout settings. You will also need to augment the model classes. 2 hr
[DONE] User can pull to refresh, 15 min
[NOT DONE]User can compose a new tweet by tapping on a compose button.
[NOT DONE]User can tap on a tweet to view it, with controls to retweet, favorite, and reply.

optional

none