fix About

This commit is contained in:
clowwindy
2013-07-07 22:01:05 +08:00
parent 27c014e480
commit 711b7c084b

View File

@@ -35,7 +35,7 @@
- (void)deviceOrientationDidChange:(NSNotification *)notification {
//Obtaining the current device orientation
[[self tableView] reloadSections:[NSIndexSet indexSetWithIndex:1] withRowAnimation:UITableViewRowAnimationFade];
// [[self tableView] reloadSections:[NSIndexSet indexSetWithIndex:1] withRowAnimation:UITableViewRowAnimationFade];
}
- (void)viewDidLoad