Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Beginning of read and demo gif #8

Merged
merged 1 commit into from
Feb 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#BFRImageViewer#

![Demo](/demo.gif?raw=true "Demo")

###Summary###
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.

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) :-).

###Installation###
The BFRImageViewer is hosted on CocoaPods and is the recommended way to install it:

`pod 'BFRImageViewer'`


###Quickstart###
To get up and running quickly with BFRImageViewer, just initialize it - that's really about it!

//Image source can be an array containing a mix of PHAssets, NSURLs, url strings, or UIImage
BFRImageViewController *imageVC = [[BFRImageViewController alloc] initWithImageSource:@[image]];

From there, you'll have a every photo automagically loaded up and be able to page between them.

###Going Forward###
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!

We are always happy to talk shop, so feel free to give us a shout on Twitter:
- [Andy - @ay8s](http://www.twitter.com/ay8s)
- [Jordan - @jordanmorgan10](http://www.twitter.com/jordanmorgan10)
- [Humber -goku2](http://www.twitter.com/goku2)

Or, hey - why not work on the BFRImageViewer and get paid for it!? [We're hiring](http://www.buffer.com/journey)!

- - -
######Licence######
_This project uses MIT License._