Hi,
I'm having real problems tracking down why my UIView isn't deallocing.
I have a UIViewController with several UIViews, all of which are IBOutlet properties that retain.
I'm sure to release the UIView in the dealloc method of the UIViewController. However the dealloc of my UIView is never called. I have no idea what else has retained the UIView.
All the other UIView in my UIViewController dealloc fine, just this one doesn't.
Does anyone have any good techniques for tracking down what could be responsible for this?
Regards, Rich