equal
deleted
inserted
replaced
35 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { |
35 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { |
36 // Return YES for supported orientations |
36 // Return YES for supported orientations |
37 return (interfaceOrientation == UIInterfaceOrientationPortrait); |
37 return (interfaceOrientation == UIInterfaceOrientationPortrait); |
38 } |
38 } |
39 */ |
39 */ |
|
40 |
40 /* |
41 /* |
41 - (void)didReceiveMemoryWarning { |
42 - (void)didReceiveMemoryWarning { |
42 // Releases the view if it doesn't have a superview. |
43 // Releases the view if it doesn't have a superview. |
43 [super didReceiveMemoryWarning]; |
44 [super didReceiveMemoryWarning]; |
44 |
45 |