Questions tagged [mwphotobrowser]

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+.

61 questions
0
votes
1 answer

MWPhotoBrowser - how to force to select just one photo on selection mode?

I am using MWPhotoBrowser in my app. I just need to force to select only one photo on selection mode. Is there any way or tip we can implement that functionality? Thanks in advance!!
Eusthace
  • 3,601
  • 7
  • 34
  • 41
0
votes
1 answer

Thread 1:breakpoint 5.1: incompatible pointer types sending 'MWPhotoBrowser *' to parameter of type UIView

I am trying to create a photo gallery with storyboards using MWPhotoBrowser. I have added a blue view to the first view but receive the error message Thread 1:breakpoint 5.1:incompatible pointer types sending 'MWPhotoBrowser *' to parameter of type…
0
votes
1 answer

iOS: MWPhotoBrowser build on device

Today I have added to my project MWPhotoBrowser using cocoapods source control. Tests in emulator where correct but when I start to test app on devices (ipode touch 5gen and iphone 4s) I got few issues: ld: warning: directory not found for option…
0
votes
0 answers

MWPhotoBrowser with CocoaPod -> Build Failed

I want to use MWPhotoBrowserin my iOS App and wanted it to add to my project. I installed CocoaPods with sudo gem install cocoapods (on my Mac) and created a podfile in my projects root directory with pod init. After that I edited the created…
John Brunner
  • 2,842
  • 11
  • 44
  • 85
0
votes
1 answer

MWPhotoBrowser not showing the correct image when selected from a collection view

In my app, there's only 2 views. First view is a collection view and when you tap on an image, it goes to the MWPhotoBrowser to view the image in it's full size. I'm retrieving ~100 images over the internet and adding them to a…
Isuru
  • 30,617
  • 60
  • 187
  • 303
0
votes
1 answer

iOS: Error When Scrolling Quickly Through Photos?

I'm currently using MWPhotoBrowser in my app and when I scroll quickly through images I get the following error: Received memory warning. 2014-02-17 16:42:35.117 App[10803:60b] *** Terminating app due to uncaught exception 'NSGenericException',…
0
votes
1 answer

MWPhotoBrowser into Tabbar Controller

I use MWPhotoBrowser to make an image Gallery. If i make a new controller(push) all work fine. Although i want to add MWPhotoBrowser into a custom ViewController which is into a TabBarController. I got this with these lines of code. [self…
hoya21
  • 893
  • 7
  • 24
0
votes
2 answers

implementing a photo browser view

I'm looking for a good photo browser controller that will browse photos, will support zooming and rotation. I found mwphotoviewer which seems to be the popular option, and its indeed very good. but is there any way to use it in as a tab in a…
Yoav Schwartz
  • 2,017
  • 2
  • 23
  • 43
0
votes
1 answer

MWPhotoBrowser - Images moving inside view

I am sure this is an easy question, but I am lost. I have MWPhotoBrowser and a bunch of photos loaded into the browser. Everything works beautifully, except if I click on an image in the browser and drag it around the screen it moves everywhere…
mday
  • 427
  • 1
  • 7
  • 22
0
votes
1 answer

A simpler way to add all images from directory to MWPhotoBrowser?

My knowledge about objective c is limited, I have found a way to do what I need. I just don't think it's efficient at all. I'm trying to add all images from a directory outside the application bundle to the MWPhotoBrowser. Problem is, they wont have…
CokePokes
  • 941
  • 3
  • 12
  • 25
0
votes
2 answers

MWPhotoBrowser zooming only on the simulator

I am new in IOS, I am using MWPhotoBrowser control first thing I want to enable the aspect filled when starting, and zooming only works on simulator not on the device, and the last thing how to hide the bottom toolbar.
0
votes
2 answers

Hide back button in MWPhotoBrowser navigationcontroller

I am using MWPhotoBrowser in my ARC project. Everything is working fine. I want to hide back button. In performLayout() function, I tried below code to hide back button but its not working. self.navigationController.navigationItem.backBarButtonItem…
0
votes
1 answer

How to Integrate MWPhotoBrowser with my existing StoryBoard

MWPhotoBrowser is not using any xib files. My project is using StoryBoard. So what I did was. I used [navigationcontroller pushviewcontroller:mwphotobrowser anomated:yes] To push to MWPhotoBrowser. Everything is working fine except. When I tap on…
Muhammad Nasir
  • 1,796
  • 1
  • 14
  • 22
0
votes
1 answer

Paging in MWPhotoBrowser not working properly after implementing custom tabbar

I'm using MWPhotoBrowser in a project and everything worked great until I implemented a custom tabbar (to make one of the tab items higher and wider). I used RXCustomTabBar as a starting point for my tabbar and only modified it a bit, no meaningful…
-1
votes
1 answer

How to display the phone's gallery in MWPhotoBrowser swift iOS

I need to create a multiple selection image picker for iOS and iPad app and I am looking into the MWPhotoBrowser but not able to find if this library can show the phone's gallery in its grid view for multiple selection. Is this possible in this…
cherry_4
  • 158
  • 2
  • 17