I have this below image & I use Instruments to check for memory leaks. I am new to iOS so I haven't used Instruments before to check the memory leak. I saw many tutorials but they explain how to do. But I can't understand which graph color is my memory leak and I don't have any memory leak or not.
This is my app running with Instruments until last process of my app. Can any one suggest whether I have a memory leak or not? And what is that "Sky blue color" refer for? And what is that red color bar? And if I have memory leak, where will it show in this image?
I am using Objective-C and Xcode 7.