Changes

Jump to: navigation, search
no edit summary
.
.
- (void)viewDidUnload {
// Release any retained subviews of the main view.
// e.g. self.myOutlet = nil;
self.textBox = nil;
}
- (void)dealloc {
[textBox release];
[super dealloc];
}
 
@end
</pre>

Navigation menu