Please note, this blog entry is from a previous course. You might want to check out the current one.
If a user touches an entry for a hashtag or a user in the “mentions table view” that you created in Required Task 2 above, you should segue to show the results of searching Twitter for that hashtag or user. It should be searching for hashtags or users, not just searching for a string that is the name of the hashtag or user (e.g. search for “#stanford”, not “stanford”). The view controller to which you segue must work identically to your main Tweet-viewing view controller (TweetTableViewController).
Create a segue from the keyword cell to the initial table view controller (and name its identifier):
Continue reading “cs193p – Project #4 Assignment #4 Task #5”