You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When presented from a UITableViewController, you can still scroll the tableview behind the LGFilterView which means the LGFilterView could potentially scroll offscreen.
Code: [self.filterView showInView:self animated:YES completionHandler:nil];
Where 'self' is a UITableViewController. and 'self.filterView' is an instance of LGFilterView.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: