You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 themedia
variable in theTwitter.Tweet
class). The last three sections list the items described in Required Task #1 (again, one per row).The text was updated successfully, but these errors were encountered: