LGFilterView icon indicating copy to clipboard operation
LGFilterView copied to clipboard

View shows and applies different filters in iOS app

Results 2 LGFilterView issues
Sort by recently updated
recently updated
newest added

I am trying to customize it little bit and it seems that, it's not easy though. 1. I want to add top margin so that, filter view will not touch...

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];`...