added some error handling for downloading core files. app will display a message if an error has occurred while downloading and then retry the download after user dismisses the alert.
TODO; replace string literals with constants or static NSString objects.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface WagicDownloadProgressViewController : UIViewController
|
||||
@interface WagicDownloadProgressViewController : UIViewController<UIAlertViewDelegate>
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user