TLIndexPathTools integration with core data for expandable tableView
问题 I have a simple pre-loaded SQLite DB and Core Data model with an Entity called “Scales” which includes a NSString “name” and a NSString field called “categories” (I decided not to use a relationship since this was a simple one-to-one without a large amt of data). Current design is as follows using core data: UITableViewController of category [a to z] ->click on category -> DetailTableViewController displaying of all “names” [a to z] which fall under that “category”. I am able to accomplish