Skip to content

Commit

Permalink
docs(image-resize): add note about fileName for iOS platform
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsogl authored Mar 17, 2018
1 parent a3f63a6 commit 7c6b117
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/@ionic-native/plugins/image-resizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export interface ImageResizerOptions {
quality?: number;

/**
* A custom name for the file. Default name is a timestamp
* (Android and Windows only)
* A custom name for the file. Default name is a timestamp. You have to set this value on iOS
*/
fileName?: string;
}
Expand Down

0 comments on commit 7c6b117

Please sign in to comment.