Creates and initializes a controller for the specified QCPlugIn object and nib file.
QCPlugIn
SDK
Framework
On This Page
- (id)initWithPlugIn:(QCPlugIn *)plugIn viewNibName:(NSString *)name;
plugIn
A QCPlugIn object that uses internal settings.
name
The name of the nib file that contains the view for the custom patch.
A QCPlugInViewController object.
QCPlugInViewController