Skip to content

Commit 9c4415f

Browse files
author
Jordan Morgan
authored
Added in Live Photo as image source
1 parent e42699b commit 9c4415f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### Summary
1313
The BFRImageViewer is a turnkey solution to present images within your iOS app 🎉!
1414

15-
If features swipe gestures to dismiss, automatic image scaling, zooming and panning, supports multiple images, image types, URL backloading, custom view controller transitions, supports live photos and plays nicely with 3D touch! We use it all over the place in [Buffer for iOS](https://itunes.apple.com/us/app/buffer-for-twitter-pinterest/id490474324?mt=8) :-).
15+
It features swipe gestures to dismiss, automatic image scaling, zooming and panning, supports multiple images, image types, URL backloading, custom view controller transitions, built in parallax effect, live photos and plays nicely with 3D touch! We use it all over the place in [Buffer for iOS](https://itunes.apple.com/us/app/buffer-for-twitter-pinterest/id490474324?mt=8) :-).
1616

1717
We've got code samples of each feature in the demo app, feel free to take a peek 👀.
1818

@@ -26,7 +26,7 @@ pod 'BFRImageViewer'
2626
### Quickstart
2727
To get up and running quickly with BFRImageViewer, just initialize it - that's really about it!
2828
```objc
29-
//Image source can be an array containing a mix of PHAssets, NSURLs, URL strings, UIImage or BFRBackLoadedImageSource
29+
//Image source can be an array containing a mix of PHAssets, NSURLs, URL strings, UIImage, PHLivePhoto or BFRBackLoadedImageSource
3030
BFRImageViewController *imageVC = [[BFRImageViewController alloc] initWithImageSource:@[image]];
3131
```
3232
```swift

0 commit comments

Comments
 (0)