Show hashtags in popularity order in TableView when the search bar is active and empty
Search the tag automatically when the tag is tapped
Currently, the following two methods related to hashtagging are completed right now.
Given a string, extract and return a list of tags
Retrieve all messages from Core Data and return a mapping from tags to countTags (the number of times a tag occured in all messages)
Problem:
The AnonymouseTableViewController and AnonymouseTableViewCell classes are integrated closely with the NSManagedObject class AnonymouseMessageCore and AnonymouseMessage and thus unable to show data types (e.g. popular hash tags)
Objective:
Currently, the following two methods related to hashtagging are completed right now.
Problem:
AnonymouseTableViewController
andAnonymouseTableViewCell
classes are integrated closely with theNSManagedObject
classAnonymouseMessageCore
andAnonymouseMessage
and thus unable to show data types (e.g. popular hash tags)