When the user touches a Tweet, segue to a new UITableViewController which has four sections listing the “mentions” in the Tweet: images, hashtags, users and urls. The first section displays (one per row) any images attached to the Tweet (found in the media variable in the Twitter.Tweet class). The last three sections list the items described in Required Task #1 (again, one per row).
When the user touches a Tweet, segue to a new
UITableViewControllerwhich has four sections listing the “mentions” in the Tweet: images, hashtags, users and urls. The first section displays (one per row) any images attached to the Tweet (found in themediavariable in theTwitter.Tweetclass). The last three sections list the items described in Required Task #1 (again, one per row).