Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Dec 23, 2014
1 parent 24a3744 commit 6a29843
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ios/SOSPicker.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ - (void)elcImagePickerController:(ELCImagePickerController *)picker didFinishPic
@autoreleasepool {
ALAssetRepresentation *assetRep = [asset defaultRepresentation];
CGImageRef imgRef = NULL;
UIAlertView *message0 = [[UIAlertView alloc] initWithTitle:@"first message"
message:fileNameOriginal
delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles:nil];
NSString *fileNameOriginal = [assetRep filename];
[message0 show];
UIAlertView *message1 = [[UIAlertView alloc] initWithTitle:@"fileNameOriginal"
message:fileNameOriginal
delegate:nil
Expand Down

0 comments on commit 6a29843

Please sign in to comment.