my plist file looks like below:
<dict>
    <key>subject 1</key>
    <dict>
        <key>chapter 1</key>
        <array>
                   item 1
                   item 2
                     .
                     .
        </array>
        <key>chapter 2</key>
                 .
                 .
    </dict>
    <key>subject 2</key>
             .
             .
how can i show subjects & chapters information on a accordion style table-view and show the items in the detail-view ?
 
     
    