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.