Update App Update screen to be more iOS 6 like

Also do some small refactoring and rename the PS classes to BIT to avoid any possible namespacing problems
This commit is contained in:
Andreas Linde
2012-10-21 00:38:12 +02:00
parent 11a708d446
commit 857d02347e
14 changed files with 545 additions and 529 deletions

View File

@@ -29,7 +29,7 @@
*/
#import <UIKit/UIKit.h>
#import "PSStoreButton.h"
#import "BITStoreButton.h"
typedef enum {
AppStoreButtonStateOffline,
@@ -44,7 +44,7 @@ typedef enum {
@protocol PSStoreButtonDelegate;
@interface BITUpdateViewController() <PSStoreButtonDelegate> {
@interface BITUpdateViewController() <BITStoreButtonDelegate> {
}
@property (nonatomic, assign) BITUpdateManager *updateManager;