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
0
votes
2 answers
Use MWPhotoBrowser without pod file
I was looking for a photo browser and found MWPhotoBrowser, which I really liked and wanted to add to my existing project. But in the instruction they say you have to use pod file to install MWPhotoBrowser. I dont have pod file. I want to do it…

user2413621
- 2,916
- 7
- 24
- 28
0
votes
1 answer
Unable to add multiple photo url in MWPhotoBrowser in iOS
Unable to add multiple url in for loop. how it is possible . if i can use single url without loop then its work . But not working in looping with multiple url .
how can i solved this problem
i tried below code :
-…

Monika Patel
- 2,287
- 3
- 20
- 45
0
votes
1 answer
Unable to assign image url to MWPhoto in iOS
In my application used https://github.com/mwaterfall/MWPhotoBrowser library ..
But i unable to assign image url
how can i assign image url. please resolved my problem
Please check my code :
…

Monika Patel
- 2,287
- 3
- 20
- 45
0
votes
1 answer
iOS: Viewcontroller subclassed from MWPhotoBrowser-images are not loaded
I am trying to include MWPhotoBrowser in my project
When its used as given in the sample it working fine.
But when a new viewcontroller is subclassed from MWPhotoBrowser, photos are not loaded except empty black theme.
Delegate methods are not…

Dileep Mettu
- 140
- 12
0
votes
1 answer
How to get an UIImage out of an MWPhoto object?
I'm using an open source photo browser and it uses MWPhoto objects to display images instead of just UIImage. Everything works fine, except when I try to get the UIImage back out of an MWPhoto. It seems like there should just be a .image or…

SwiftHacker
- 149
- 2
- 13
0
votes
1 answer
MWPhotoBrowser not working, giving me error Photos/Photos.h file not found
I have added MWPHotoBrowse to my project by insalling the pod gem, creating the podfile in the project, and then running pod install (with no error, and it said it installed MWPhotoBrowser)
My podfile looks like this:
platform :ios, '7.0'
target…

maor10
- 1,645
- 18
- 28
0
votes
1 answer
Google Analytics Track Screen(UIViewController) inside Pod Library
I have integrated MWPhotoBrowser in my app using CocaPods. I am using Google Analytics V3 and I have to track if user visit images open by MWPhotoBrowser. I can not import following files in Cocoa pods library file MWPhotoBrowser.m
#import…

AsifHabib
- 944
- 9
- 25
0
votes
0 answers
Issues converting obj c methods to swift
I am trying to implement these delegate methods for the MWPhoto Framework (find it here) in Swift.
- (NSUInteger)numberOfPhotosInPhotoBrowser:(MWPhotoBrowser *)photoBrowser;
- (id )photoBrowser:(MWPhotoBrowser *)photoBrowser…

coderlyfe
- 206
- 1
- 2
- 9
0
votes
1 answer
xCode - Undefined symbols for architecture x86_64: MWPhotoBrowser
I'm trying to use the MWPhotoBrowser project in my project. I followed the whole installation process and was able to import the MWPhotoBrowser.h file. When I tried to build, I run into this error...
Undefined symbols for architecture…

el-flor
- 1,466
- 3
- 18
- 39
0
votes
1 answer
How to use MWPhotoBrowser in storyboard based app?
I have a storyboard based app and I want to use the MWPhotoBrowser. I added MWPhotoBrowser to my project using cocoaPods. In my storyboard, I have view controller called PhotoBrowserViewController that I accessed by a push from another view…

iamarnold
- 229
- 3
- 12
0
votes
1 answer
MWPhotoBrowser code update with directory
I am using the github project called MWPhotoBrowser that pulls image files from the web into a gallery on the iPhone. The problem is the code calls for the specific url of the image file. I want to pull images from inside a directory. Any ideas on…

user2442173
- 23
- 4
0
votes
1 answer
MWPhotoBrowser display caption in grid view
I know MWPhotoBrowser supports captions on MWPhoto. However the captions are not displayed while the grid is being displayed. Is there a setting to display captions in grid view?

Scott Sheppard
- 1
- 1
0
votes
1 answer
MWPhotoBrowser - Navigation Bar disappears in iOS 8
I'm using the MWPhotoBrowser library in my app. I'm showing photos, captions and everything works perfectly until the iOS 8 comes.
My problem is;
I can see my navigation bar in iOS 7 but in iOS 8 it disappears and I can't return back. I check…

Göktuğ Aral
- 1,409
- 1
- 13
- 28
0
votes
1 answer
Add photos to MWPhotoBrowser
I have my first view controller imageResults and in that calls the MWPhotoBrowser with the code below. I see it displays a new view controller using the data from self.photos. I've tried a few options for adding more data but none successful. I want…

inVINCEable
- 2,167
- 3
- 25
- 49
0
votes
1 answer
add a play button in MWPhotoBrowser for video play
I'm using MWPhotoBrowser in which photos and videos are shown in gridview as thumb.
and shows full size image. It works fine for image view.
I have applied code for video play in
- (void)photoBrowser:(MWPhotoBrowser *)photoBrowser…

mahavir
- 77
- 1
- 1
- 4