Skip to content

Commit

Permalink
Fix action sheet button being cut off from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbruels committed Dec 12, 2010
1 parent b19b39c commit 56eeb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/ViewControllers/StoryViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ - (IBAction)share:(id)sender

actionSheet.actionSheetStyle = UIActionSheetStyleDefault;

[actionSheet showInView:self.view];
[actionSheet showInView:self.navigationController.view];
[actionSheet release];
}

Expand Down

0 comments on commit 56eeb85

Please sign in to comment.