I ran the instruments on my app and found some leaks, however I am not sure how I can decipher the results for example I clicked on the line '_NSArrayM'
After which I clicked on one of the entries in the details column and the following was displayed,
What does '100%' mean?
The 100% means all the leaks Instruments detected in that function were in the highlighted line of code. If your function was leaking memory in multiple places, the individual percentages would be lower, but they would add up to 100%.