Skip to content

Commit

Permalink
fix About
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Jul 7, 2013
1 parent 27c014e commit 711b7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShadowWeb/SWBAboutController.m
Expand Up @@ -35,7 +35,7 @@ - (void)didReceiveMemoryWarning


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


- (void)viewDidLoad - (void)viewDidLoad
Expand Down

0 comments on commit 711b7c0

Please sign in to comment.