MWPhotoBrowser is an implementation of a photo browser similar to the native Photos app in iOS. It can display one or more images by providing either UIImage objects, file paths to images on the device, or URLs to images online. The photo browser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, and optional (customizable) captions can be displayed. Works on iOS 3.2+.
Questions tagged [mwphotobrowser]
61 questions
6
votes
1 answer
Missing context for method declaration in IOS 8 for MWPhotoBrowser
I am having problems with MWPhoto library after moving to IOS 8 and XCODE 6. The error occurs in PSTCollectionView class. I am wondering why it returns me Missing context for method declaration error. Below you can find the code and image for…

birdcage
- 2,638
- 4
- 35
- 58
6
votes
4 answers
Objective-C protocol in Swift - shows does not conform error
I am trying use an Objective-C library (MWPhotoBrowser) in my Swift app. My Swift class conforms to MWPhotoBrowserDelegate protocol by implementing required methods. However, I keep getting the following error:
"Type 'PhotoLibrary' does not conform…

user3154427
- 155
- 1
- 8
6
votes
1 answer
MWPhotoBrowser - how to implement delete photo functionality?
I am using MWPhotoBrowser for my app. I need to give delete functionality to my users. Is there any way we can implement delete a particular photo or multiple photos functionality?
Quick help needed.

Sourabh Bhardwaj
- 2,524
- 1
- 17
- 19
3
votes
0 answers
Add Sections or Groups to MWPhotoBrowser
Is there anyway to add sections or groups to MWPhotoBrowser?
Let's say I want to pull up a big list of photos for venues in my area. I would want the photo browser to then be grouped and have a title for the given venue.

aherrick
- 19,799
- 33
- 112
- 188
3
votes
1 answer
How to Add New View in MWPhotoBrowser?
I am using MWPhotoBrowser To display image and its Caption Text(Image name,Image date, Image Description). i added edit button in Navigation Bar when i Click edit button that's to be showing one View in that view i will change Image details.
i want…

Vijay
- 579
- 1
- 11
- 22
2
votes
1 answer
MWPhotoBrowser iOS 7 weird positioning
in iOS 7 the MWPhotoBrowser is using weird coordinates for the first displayed image. I looked into the code but I don't get it.
In iOS 6 it is only possible to drag/swipe the images in the browser horizontally, but in iOS 7 its movable into any…

cloudnaut
- 982
- 3
- 13
- 35
2
votes
1 answer
How to add MWPhotoBrowser to iOS project that is using arc
I am trying to add MWPhotoBrowser library to my ios project which uses storyboard and arc. I am getting all sorts of nasty errors. The method proposed in gethub is somewhat not clear.
So if anyone can please show step by step how to add…

Muhammad Nasir
- 1,796
- 1
- 14
- 22
1
vote
0 answers
MWPhotoBrowser on IOS 10 not showing top bar with back button
I'm using this library to show pictures/videos from a custom location folder on my ios device https://github.com/mwaterfall/MWPhotoBrowser. It manage to show the picture and the video, BUT, it's now showing the back button neither the topbar on my…

Javier Suazo
- 45
- 5
1
vote
1 answer
How to dismiss MWPhotoBrowser while presenting modally?
I'm using an MWPhotoBrowser instance to show albums or single images in my app. While using a navigation controller, I can simply press the back button to pop the view controller.
I wish to present it modally but I can't figure out how to dismiss…

Swapnil Dhanwal
- 399
- 2
- 6
- 17
1
vote
1 answer
MWPhotoBrowser crash while I have too many images and swipe too fast
I have 3000 Images in my phone. When I running MWPhotoBrowser in my phone. And if I swipe too fast. It's going to crash.

Alan Luo
- 159
- 1
- 13
1
vote
0 answers
MWPhotobrowser in tab bar controller
I'm trying to make an image gallery in one of the tab of the Tab bar controller which is a custom view controller. In which Gallery tab contains the thumbnail images and on clicking thumbnail it leads to the full image.
Even though i referred the…

i70ro
- 111
- 8
1
vote
1 answer
MWPhotoBrowser import errors with Swift
Ive been building an app with swift to use MWPhotoBrowser library on github, but i have lots of errors in Xcode and this is what i did exactly:
1- Created a swift project.
2- Link binary with libraries
2.1-…

AaoIi
- 8,288
- 6
- 45
- 87
1
vote
1 answer
Download photo with http authentication - MWPhotobrowser on ios
I'm trying to figure out how to download images in the MWPhotoBrowser when the image URLs require authentication. In my case the images are on S3 and I need to pass a key along with the url. I don't see a way to handle this in the browser.

mday
- 427
- 1
- 7
- 22
1
vote
1 answer
MWphotobrowser - Fetch Images from Json
I'm trying to figure out how to get MWphotobrowser to fetch photo, photo caption, photo thumbnail etc. from a json file an extermal server.
In viewDidLoad, I have this code:
- (void)viewDidLoad {
NSURL *url = [NSURL…

HalesEnchanted
- 615
- 2
- 9
- 20
1
vote
0 answers
Can be shown just a single photo in MWPhotoBrowser
I am having a look at the MWPhotoBrowser library on GitHub, and I see that I can use it as a Photo Browser with multiple pictures on it.
Now I don't want to do this, but I want just to click on a photo from my viewController push to MWPhotoBrowser…

E-Riddie
- 14,660
- 7
- 52
- 74