I have a large UIScrollView into which I\'m placing 3-4 rather large (320x1500 pixels or so) UIImageView image tiles. I\'m adding these UIImageViews to the scroll view insi
- (void)dealloc { NSLog(@"DAY Controller Dealloc'd"); [self.scrollView release]; [super dealloc]; }
give that a shot, your @property() definition is requesting it to be retained, but you weren't explicitly releasing the object