view(withFrame:filter:)
Creates a view that contains controls for the input parameters of a filter.
Declaration
class func view(withFrame frameRect: NSRect, filter inFilter: CIFilter!) -> Any!Parameters
- frameRect:
The rectangle that defines the area of the view.
- inFilter:
A Core Image filter. The view retains the filter.
Return Value
An IKFilterUIView object that contains controls for the input parameters of the provided filter.