I need help with Apple ScrollViewSuite code; in particular, I look at the ThumbImageView class, which does not have a specific dealloc method. I see in .h that the property for imageName uses persistence.
(I was not sure that I was allowed to publish any code from the moment it was created, so please let me know if I can / should.)
In any case, I thought that if we use save, we are responsible for releasing the reference to the object.
The CreateThumbScrollViewIfNecessary method (from the RootViewController implementation file) has a for loop that selects ThumbImageViews, sets a delegate, and then, after adding thumbview as a subtask to scrollview, continues to issue thumbview. If these objects are really freed, how does the delegate do his job, notifying when the image was clicked, scrolled, etc.
Sorry, I'm just so embarrassed. Any help would be greatly appreciated.
source share