![]() |
API
0.9.6
|
Instance Methods | |
(CPBundle) | - cibBundle |
(CPDictionary) | - cibExternalNameTable |
(CPString) | - cibName |
(BOOL) | - isViewLoaded |
(id) | - representedObject |
(void) | - setRepresentedObject: |
(void) | - setTitle: |
(void) | - setView: |
(CPString) | - title |
(CPView) | - view |
Definition at line 317 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Extends class CPViewController.
Definition at line 386 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Extends class CPViewController.
Definition at line 394 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Extends class CPViewController.
Definition at line 378 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Extends class CPViewController.
Definition at line 338 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Extends class CPViewController.
Definition at line 346 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Extends class CPViewController.
Definition at line 354 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Extends class CPViewController.
Definition at line 370 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Manually sets the view that the controller manages.
Setting to nil will cause -loadView to be called on all subsequent calls of -view.
aView | The view this controller should represent. |
Extends class CPViewController.
Definition at line 330 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Extends class CPViewController.
Definition at line 362 of file CPViewController.j.
|
implementation |
Synthesized accessor method.
Returns the view that the controller manages.
If this property is nil, the controller sends loadView to itself to create the view that it manages. Subclasses should override the loadView method to create any custom views. The default value is nil.
Extends class CPViewController.
Definition at line 322 of file CPViewController.j.