Skip to content

Commit

Permalink
Merge pull request soffes#91 from dhilipsiva/master
Browse files Browse the repository at this point in the history
UITableViewRowAnimation fix
  • Loading branch information
soffes committed Feb 4, 2013
2 parents ac4aa7f + 7e0bf6f commit 01b1008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/CDISignInViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ - (void)_toggleModeAnimated:(BOOL)animated {
NSArray *email = @[[NSIndexPath indexPathForRow:1 inSection:0]];

BOOL focusPassword = [self.emailTextField isFirstResponder];
UITableViewRowAnimation animation = animated ? UITableViewRowAnimationTop : UITableViewScrollPositionNone;
UITableViewRowAnimation animation = animated ? UITableViewRowAnimationTop : UITableViewRowAnimationNone;

// Switch to sign in
if (_signUpMode) {
Expand Down

0 comments on commit 01b1008

Please sign in to comment.