I diagnosed and fixed a memory leak in my iOS app using Instruments and Xcode’s memory debugger for the first time tonight. It almost made sense to me. My fix involved removing retain cycles by getting rid of a closure and turning one of my classes into a struct.