Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 9b3cafc

Browse files
committed
Update readme file with new requirements.
1 parent 3332aa9 commit 9b3cafc

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,6 @@ Just use the standard appearance methods from UIKIT. Here is an example how to c
7171
[[UIActivityIndicatorView appearanceWhenContainedIn:[WPMediaCollectionViewController class],nil] setColor:[UIColor grayColor]];
7272
````
7373
74-
### How to use the Photos framework instead of the AssetLibrary framework
75-
76-
Before you present the picker do the following:
77-
78-
```` objective-c
79-
self.customDataSource = [[WPPHAssetDataSource alloc] init];
80-
mediaPicker.dataSource = self.customDataSource;
81-
````
82-
8374
### How to use a custom data source for the picker
8475
8576
If you have a custom database of media and you want to display it using the WPMediaPicker you need to to implement the following protocols around your data:
@@ -103,9 +94,9 @@ To run the example project, clone the repo, and run `pod install` from the Examp
10394
## Requirements
10495

10596
* ARC
106-
* AssetsLibrary, MediaPlayer frameworks and optionally if you are in iOS 8 and above the Photos framework
97+
* Photos, AVFoundation, ImageIO
10798
* XCode 6
108-
* iOS 7
99+
* iOS 8 or above
109100

110101
## Author
111102

0 commit comments

Comments
 (0)