Skip to content
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.

Minor changes in the library. #29

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

Commits on Nov 22, 2013

  1. Issue : When the dragging is initiated on the empty area the closest …

    …cell is matched.
    
    Fix :  Need to find the exact cell.
    lancy.fernandes authored and lancy.fernandes committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    2363b19 View commit details
    Browse the repository at this point in the history
  2. Issue: Let us consider the collection view is just the bottom half of…

    … the window. Lets say user wants to drag the last cell to the first , say 100 cell to the 1. User initiates the dragging and moves the cell to the top of the collection view. As the collection view is just the bottom part of the window the mock cell gets clipped.
    
    Resolution : Add mock cell to the window.
    lancy.fernandes authored and lancy.fernandes committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    73a0670 View commit details
    Browse the repository at this point in the history
  3. Issue: Applying transform for the mock cell blurs the view.

    Resolution: Provided the optional delegate method so user can provide his/her own view and also changing properties when needed like font colour or background color.
    lancy.fernandes authored and lancy.fernandes committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    be2a8ee View commit details
    Browse the repository at this point in the history