Skip to content

Commit a8dd521

Browse files
author
Jordan Morgan
committed
Beginning of read and demo gif
1 parent 3393c5c commit a8dd521

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

demo.gif

2.43 MB
Loading

readme.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#BFRImageViewer#
2+
3+
![Demo](/demo.gif?raw=true "Demo")
4+
5+
###Summary###
6+
The BFRImageViewer is a turnkey solution to present images within your iOS app. It's based off of the excellent [IDMPhotoBrowser](https://github.com/ideaismobile/IDMPhotoBrowser), but tweaked for our own needs.
7+
8+
If features swipe gestures to dismiss, image scaling, zooming and panning, supports multiple images, image types, 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) :-).
9+
10+
###Installation###
11+
The BFRImageViewer is hosted on CocoaPods and is the recommended way to install it:
12+
13+
`pod 'BFRImageViewer'`
14+
15+
16+
###Quickstart###
17+
To get up and running quickly with BFRImageViewer, just initialize it - that's really about it!
18+
19+
//Image source can be an array containing a mix of PHAssets, NSURLs, url strings, or UIImage
20+
BFRImageViewController *imageVC = [[BFRImageViewController alloc] initWithImageSource:@[image]];
21+
22+
From there, you'll have a every photo automagically loaded up and be able to page between them.
23+
24+
###Going Forward###
25+
We regularly maintain this code, and you can also rest assured that it's been battle tested against thousands of users in production 👍. That said, we get things wrong from time to time - so feel free to open an issue for anything you spot!
26+
27+
We are always happy to talk shop, so feel free to give us a shout on Twitter:
28+
- [Andy - @ay8s](http://www.twitter.com/ay8s)
29+
- [Jordan - @jordanmorgan10](http://www.twitter.com/jordanmorgan10)
30+
- [Humber -goku2](http://www.twitter.com/goku2)
31+
32+
Or, hey - why not work on the BFRImageViewer and get paid for it!? [We're hiring](http://www.buffer.com/journey)!
33+
34+
- - -
35+
######Licence######
36+
_This project uses MIT License._

0 commit comments

Comments
 (0)