UIViewController in charge of providing an image to show while checking online for any updates.
More...
#import <UpdateViewController.h>
List of all members.
Detailed Description
UIViewController in charge of providing an image to show while checking online for any updates.
Will send out a notification when an update has completed or failed so we can remove the image and show the tab bar view.
Member Function Documentation
- (Presenter *) checkForExistingPresenter: |
|
(NSString *) |
name |
|
Check the current context for a presenter of the given name and return the entity if it exists.
- Parameters:
-
name | The name of the presenter to search for. |
- Returns:
- Will return a Presenter object if one exists or nil if one is not found.
- (void) dataRequestDidFail: |
|
(ASIHTTPRequest *) |
request |
|
The request to download the data file failed.
- Parameters:
-
request | The ASIHTTPRequest object. |
- (void) dataRequestDidFinish: |
|
(ASIHTTPRequest *) |
request |
|
The request to download the data file finished.
- Parameters:
-
request | The ASIHTTPRequest object. |
- (void) saveToCoreData: |
|
(NSArray *) |
events |
andSpeakers: |
|
(NSArray *) |
speakers |
|
|
| |
Given an array of speakers and events, overwrite the current Core Data file with the new values.
- Parameters:
-
- (void) versionRequestDidFail: |
|
(ASIHTTPRequest *) |
request |
|
The request to get the server version of the data file failed.
- Parameters:
-
request | The ASIHTTPRequest object. |
- (void) versionRequestDidFinish: |
|
(ASIHTTPRequest *) |
request |
|
The request to get the server version of the data file finished.
- Parameters:
-
request | The ASIHTTPRequest object. |
Property Documentation
- (IBOutlet UIImageView *) loadingImageView [read, write, retain] |
The image view of the loading image.
I THINK WE CAN REMOVE THIS.
- (IBOutlet UIActivityIndicatorView *) loadingSpinner [read, write, retain] |
Spinner to indicate loading.
Will start spinning on view load.
The documentation for this class was generated from the following files: