Skip to content

Commit

Permalink
Merge pull request #3 from guillaume-algis/orientation_redraw
Browse files Browse the repository at this point in the history
Redraw the view after an orientation change
  • Loading branch information
gdavis committed Sep 2, 2014
2 parents 2982839 + cd307e1 commit 0f3b7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/GDIIndexBar.m
Expand Up @@ -357,6 +357,7 @@ - (NSUInteger)numberOfDisplayableRows
- (void)deviceOrientationDidChange
{
[self setNeedsLayout];
[self setNeedsDisplay];
}


Expand Down

0 comments on commit 0f3b7a4

Please sign in to comment.