Displays the filter browser in a modal dialog that must be dismissed by the user but that is not attached to a window.
SDK
- macOS 10.5+
Framework
- Quartz
Declaration
- (int)runModalWithOptions:(NSDictionary *)inOptions;
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
IKUISize
.Flavor
Return Value
Either NSOKButton
if the user validates, or NSCancel
if the user cancels.