init(plugIn:viewNibName:)
Creates and initializes a controller for the specified QCPlugIn object and nib file.
Declaration
init!(plugIn: QCPlugIn!, viewNibName name: String!)Parameters
- plugIn:
A
QCPlugInobject that uses internal settings. - name:
The name of the nib file that contains the view for the custom patch.
Return Value
A QCPlugInViewController object.