filterBrowserView(options:)
Returns a view that contains a filter browser.
Declaration
func filterBrowserView(options inOptions: [AnyHashable : Any]! = [:]) -> IKFilterBrowserView!Parameters
- inOptions:
A dictionary of options that describe the configuration to use for the filter browser user interface. For the possible keys you can supply see Filter Browser Option Keys and the constant Ikuisizeflavor.
Return Value
A filter browser view that is configured as specified.
Discussion
Use this method to add a view that contains the filter browser to your custom user interface. To dismiss the filter browser view, invoke the finish(_:) method.