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

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi committed Apr 8, 2019
1 parent f3ffb45 commit e3c37b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RSSignatureView.m
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ -(void) saveImage {
NSString * timestamp = [NSString stringWithFormat:@"%f",[[NSDate date] timeIntervalSince1970]];
timestamp = [timestamp stringByAppendingString:@".png"];

NSString *tempPath = [NSTemporaryDirectory() stringByAppendingFormat:@"/signature"];
NSString *tempPath = [NSTemporaryDirectory() stringByAppendingFormat:@"signature"];
tempPath = [tempPath stringByAppendingString:timestamp];

//remove if file already exists
Expand Down

0 comments on commit e3c37b9

Please sign in to comment.