Hi there, I have two programs: one is a basic music player (see music 4 zip) and a table view controller that I just made by following a book (see chapter 9 zip). In that table view I want to take the check list view and put it into the music app so when the user clicks on the tag icon they are able to view a list of tags that they can apply to songs to identify them. I need help with a few aspects.
- How can I change the table view so that I can check more than one item on the check view?
- How can I edit the table view so that instead of just having preset cells I can add a cell when I am running the app?
- How do I integrate the two apps together?