Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support a custom collection of TLPHAssets #68

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2018

  1. Support a custom collection of TLPHAssets

    - Support a custom collection of TLPHAssets which doesn't belong to the photo library.
    - Choose the custom collection by default if it's available.
    - Changed TLPHAsset from struct to class to become reference type.
    - Added localIdentifier to TLPHAsset for direct comparing.
    - Updated TLPhotosPickerViewControllerDelegate for complex callbacks.
    - Set picker's navigationBar.isTranslucent to false by default.
    CocoaBob committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    eef1c6c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Support swipe selection

    - Support swipe horizontally to select/deselect images.
    - Added a configure setting to turn off selection animation.
    - Let collection view always bounce vertically.
    CocoaBob committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    de814ef View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    d6012b5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Allow cloud shared album.

    CocoaBob committed May 24, 2018
    Configuration menu
    Copy the full SHA
    196d575 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    75ab30e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Added SDWebImage dependency

    CocoaBob authored Jun 12, 2018
    Configuration menu
    Copy the full SHA
    caab7c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a9324 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Configuration menu
    Copy the full SHA
    803e686 View commit details
    Browse the repository at this point in the history