i have 2 arrays in a dictionary stored as a plist.i am not able to find a way to access these arrays separately
<key>MainCategories</key>
<dict>
<key>CategoryNames</key>
<array>
<string>Accelaration</string>
<string>Force</string>
<string>Fuel Consumption</string>
</array>
<key>Images</key>
<array>
<string>accelaration_icon.png</string>
<string>force_icon.png</string>
<string>fuel_icon.png</string>
</array>
</dict>
After loading the plist, you just access the different keys: