Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Save Photo problem, Thanks @duxinfeng
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyyoung committed Mar 10, 2015
1 parent 1cd64b0 commit de586f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meizi/MainCollectionViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ - (void)imageViewerDidLongPress:(JTSImageViewController *)imageViewer atRect:(CG
delegate:self
cancelButtonTitle:@"取消"
destructiveButtonTitle:@"保存到手机"
otherButtonTitles:nil, nil]showInView:self.view];
otherButtonTitles:nil, nil]showInView:imageViewer.view];
}

#pragma mark UIActionSheetDelegate
Expand Down

0 comments on commit de586f8

Please sign in to comment.