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

Fixes #7 #10

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

Fixes #7 #10

wants to merge 4 commits into from

Commits on Jan 4, 2013

  1. Fixes 1000Memories#7. Last cells in rows not showing again after they…

    … are pulled off when the quilt view bounces.
    Artur Wdowiarski committed Jan 4, 2013
    Configuration menu
    Copy the full SHA
    096f1d7 View commit details
    Browse the repository at this point in the history
  2. Fixes 1000Memories#7. It turned out that the previous fix was quite s…

    …tupid.
    Artur Wdowiarski committed Jan 4, 2013
    Configuration menu
    Copy the full SHA
    2cd1a3e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2013

  1. Make it possible to place tappable UIControl elements in cells for iO…

    …S < 6.
    Artur Wdowiarski committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    9e4a937 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2013

  1. Make it possible to place an MPMoviePlayer in the QuiltView and have …

    …it behaving correctly when
    
    it exits from fullscreen in iOS 6.
    The problem in this case was that as of iOS6 viewWillAppear is called on the controller presenting
    an MPMoviePlayer when the player exits fullscreen. As a result setFrame is called on the controller's
    view, which in our case led to the resetView being called, which in turn threw away all the cells, including
    the one with the MPMoviePlayer and this (finally!) caused the player to be minimalized to the outside of the
    controller's view. phew!
    Artur Wdowiarski committed Jan 10, 2013
    Configuration menu
    Copy the full SHA
    a1acfbc View commit details
    Browse the repository at this point in the history