Changes

Jump to: navigation, search

IPhone Rotation, View Resizing and Layout Handling

286 bytes added, 19:23, 15 April 2010
no edit summary
.
.
- (void)viewDidUnload {
// Release any retained subviews of the main view.
// e.g. self.myOutlet = nil;
self.firstButton = nil;
self.secondButton = nil;
}
 
 
- (void)dealloc {
[firstButton release];
[secondButton release];
[super dealloc];
}
 
@end
</pre>

Navigation menu