Folks,
Been using STV for a few years. I have 4 apps that rely heavily on STV. I've had a few complaints in the App Store that my apps don't allow for users to create their own categories. (No fault of STV - I never learned how to implement)...
So here is my scenario...
In one of my apps I have Trees, Shrubs, Evergreens, Vines, Groundcovers, Weeds, Azaleas, Rhododendrons etc. Each one has it's own Entity which seems like too much code since each Category has the exact same info in it except for the category title of Trees, Shrubs, Evergreens etc.... Each has a name, a size, a colour, etc...
Right now the code is TreeName, TreeSize, TreeLocation etc. then again for Shrubs it is ShrubName, ShrubSize, ShrubLocation etc. you can see for each entity I have to slightly adjust the name. I think this is where I am missing the value of having categories set up so that the info is the same that the user fills in, but is organized correctly.
So I have two questions,
1. How do I code the database to use categories (not like in the task example in core data provided with STV)
2. How to I allow users to create their own additional categories and continue to use the database.
Help...