Skip to content

Commit

Permalink
Return correct height for MNAlertTableViewCell
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhajas committed Apr 13, 2011
1 parent 10997b7 commit 27ae33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MNAlertTableViewDataSource.m
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ -(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return 120.0;
return 60.0;
}

- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath
Expand Down

0 comments on commit 27ae33f

Please sign in to comment.