LGFilterView icon indicating copy to clipboard operation
LGFilterView copied to clipboard

Presented from UITableViewController: scrolling behavior

Open RobbeVDC opened this issue 9 years ago • 0 comments

Hi,

When presented from a UITableViewController, you can still scroll the tableview behind the LGFilterView which means the LGFilterView could potentially scroll offscreen.

Gif: https://gfycat.com/ScaryGrimEnglishsetter

Code: [self.filterView showInView:self animated:YES completionHandler:nil]; Where 'self' is a UITableViewController. and 'self.filterView' is an instance of LGFilterView.

RobbeVDC avatar Feb 26 '16 13:02 RobbeVDC