1000Memories / TMQuiltView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Underlying UIScrollView loses scrolling behaviour when touched outside of TMQuiltViewCells

jogloran opened this issue · comments

Steps to reproduce

  1. Open TMQuiltViewDemo project from HEAD
  2. Remove self.quiltView.backgroundColor = [UIColor blackColor]; from viewDidLoad
  3. Attempt to scroll the quilt view by dragging anywhere outside of the TMQuiltViewCell (in the margin area)

Expected

Underlying scroll view scrolls.

Actual

No scrolling behaviour occurs.

This behaviour is a bit perplexing. I can't see why it's happening, but for the time being, setting a backgroundColor restores the expected behaviour. Setting self.quiltView.backgroundColor = [UIColor clearColor]; doesn't work.