Skip to content

Commit

Permalink
feat(photo-library): add maxItems to limit items-iOS (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
devdaddy authored and danielsogl committed Jun 15, 2018
1 parent 5794d24 commit 31fc892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@ionic-native/plugins/photo-library/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export interface GetLibraryOptions {
chunkTimeSec?: number;
useOriginalFileNames?: boolean;
includeAlbumData?: boolean;
maxItems?: number;
}

/**
Expand Down

0 comments on commit 31fc892

Please sign in to comment.