Giter Site home page Giter Site logo

mwphotobrowserswift's Issues

Rotate problem

In iOS 9 there's a problem, if there are at least two photos, if i am in portrait mode and i'm displaying last photo, if i go in landscape it scroll to first!

Not able to install using cocoapods

Getting this error.

Analyzing dependencies
[!] Unable to find a specification for MWPhotoBrowserSwift

On searching the project on Cocoapod website, it doesnot show anything

How change Done Button title?

browser.navigationItem.rightBarButtonItem = UIBarButtonItem(title: "Назад", style: .Plain, target: self, action: nil)

This method does not work, any ideas?

About Selections

Hi @tapz, Hope you are doing well.
I have a question regarding multiple selections on the Photo Grid. The README file says something like this:

Selections

The photo browser can display check boxes allowing the user to select one or more of the photos. To use this feature, simply enable the displaySelectionButtons property, and implement the following delegate methods:

...

- (void)photoBrowser:(MWPhotoBrowser *)photoBrowser photoAtIndex:(NSUInteger)index selectedChanged:(BOOL)selected {
    selections[index] = selected
}

First of all, that seems to be Obj-C notation like.
And second, what is selections variable? I don't see it in any of the other examples and specifications. How can I display the checkmark on the images? I already implemented the delegate methods needed and put the property displaySelectionButtons in true. So, what am I missing?
I need help on this, if anyone knows the solution, please reply. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.