Assignment is difficult in iOS with conclusions. I use @property (non-atomic, save). Unlike Mac OS, connected outputs to XIB objects in iOS are not automatically saved and managed by memory, this may change from iOS 5, but it is somewhat unlikely.
, - (void) viewDidUnload , , on - (void) viewWillAppear. , , , , , .
, cocoa accessors , , nil viewDidUnload
- (void)viewDidUnload
{
[super viewDidUnload];
self.buttonOne = nil;
self.buttonTwo = nil;
self.buttonThree = nil;
self.buttonFour = nil;
self.buttonFive = nil;
self.buttonSix = nil;
self.lineWidthSlider = nil;
}
, , , IMHO. "", , UIWindow, .