Skip to content

Commit ef9d161

Browse files
committed
Fixes #4
1 parent 97b9239 commit ef9d161

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,15 @@ import PMKUIKit
3030
@import PMKUIKit;
3131
```
3232

33+
# `UIImagePickerController`
34+
35+
Due to iOS 10 requiring an entry in your app’s `Info.plist` for any usage of `UIImagePickerController` (even if you don’t actually call it directly), we have removed UIIm agePickerController from the default `UIKit` pod. To use it you must add an additional subspec:
36+
37+
```ruby
38+
pod "PromiseKit/UIImagePickerController"
39+
```
40+
41+
Sorry, but there’s not an easier way.
42+
3343

3444
[Build Status]: https://travis-ci.org/PromiseKit/UIKit.svg?branch=master

0 commit comments

Comments
 (0)