![]() |
API 0.9.5
|
#import <CPCib.h>
Instance Methods | |
(void) | - connection:didFailWithError: |
(void) | - connection:didReceiveData: |
(void) | - connectionDidFinishLoading: |
(id) | - initWithCibNamed:bundle: |
(id) | - initWithCibNamed:bundle:loadDelegate: |
(id) | - initWithContentsOfURL: |
(id) | - initWithContentsOfURL:loadDelegate: |
(BOOL) | - instantiateCibWithExternalNameTable: |
(BOOL) | - instantiateCibWithOwner:topLevelObjects: |
- (void) connection: | (CPURLConnection) | aConnection | |
didFailWithError: | (CPError) | anError | |
- (void) connection: | (CPURLConnection) | aConnection | |
didReceiveData: | (CPString) | data | |
- (void) connectionDidFinishLoading: | (CPURLConnection) | aConnection |
- (id) initWithContentsOfURL: | (CPURL) | aURL | |
loadDelegate: | (id) | aLoadDelegate | |
- (BOOL) instantiateCibWithExternalNameTable: | (CPDictionary) | anExternalNameTable |
- (BOOL) instantiateCibWithOwner: | (id) | anOwner | |
topLevelObjects: | (CPArray) | topLevelObjects | |