I built and ran this project, but it crashed when I clicked on an image. The private properties in THImageBrowserContentLayer are assigned, but the image layers need to be retained so they don't get deallocated when they get replaced in -setShouldDisplayMonochromeImage:.
by Randy Becker — Feb 17
I built and ran this project, but it crashed when I clicked on an image. The private properties in
THImageBrowserContentLayer
are assigned, but the image layers need to be retained so they don't get deallocated when they get replaced in-setShouldDisplayMonochromeImage:
.