Contents

IKFilterUIView

Input parameters for filtering core image filters.

Declaration

class IKFilterUIView

Overview

The IKFilterUIView class provides a view that contains input parameter controls for a Core Image filter (CIFilter). You need to use this class when providing a user interface for a custom filter. The class creates a view that has an object controller for the given filter. It also retains the filter.

Topics

Creating and Initializing a Filter UI View

Getting Data from the Filter View

See Also

Classes