You're still missing the following technical requirements:
-
In TweetDetailViewController.swift:
- Have an imageView that shows the user's profile image.
-
Create a View Feed button.
-
When the View Feed button is clicked, the user should segue to a 3rd view controller that will show that user's timeline. The api url is "https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=" but you will need to ensure that you pass in the username as a parameter to this url.
You're still missing the following technical requirements:
In TweetDetailViewController.swift:
Create a View Feed button.
When the View Feed button is clicked, the user should segue to a 3rd view controller that will show that user's timeline. The api url is "https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=" but you will need to ensure that you pass in the username as a parameter to this url.