Skip to content

Commit

Permalink
Support the larger screen of the iPhone 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Zorn committed Sep 21, 2012
1 parent 05e549e commit 490a342
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions AppSales.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
7F89BCF113E0171D001C607F /* AllReviewsButtonHighlighted.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F89BCF013E0171D001C607F /* AllReviewsButtonHighlighted.png */; };
7F958AC713D46DD000FDFF75 /* DateButton@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F958AC613D46DD000FDFF75 /* DateButton@2x.png */; };
7F963B4213E98B8600CA62FD /* AccountStatusView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F963B4113E98B8600CA62FD /* AccountStatusView.m */; };
7F97CFD5160CF9CF00313B1D /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7F97CFD4160CF9CF00313B1D /* Default-568h@2x.png */; };
7FA2C58413E0370B00BA9875 /* ReviewListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FA2C58313E0370B00BA9875 /* ReviewListViewController.m */; };
7FA3EA9913F76E3500C80C07 /* DownloadStepOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FA3EA9813F76E3500C80C07 /* DownloadStepOperation.m */; };
7FA3EA9D13F77DF000C80C07 /* MultiOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FA3EA9C13F77DF000C80C07 /* MultiOperation.m */; };
Expand Down Expand Up @@ -794,6 +795,7 @@
7F958AC613D46DD000FDFF75 /* DateButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DateButton@2x.png"; sourceTree = "<group>"; };
7F963B4013E98B8600CA62FD /* AccountStatusView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AccountStatusView.h; sourceTree = "<group>"; };
7F963B4113E98B8600CA62FD /* AccountStatusView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AccountStatusView.m; sourceTree = "<group>"; };
7F97CFD4160CF9CF00313B1D /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
7FA2C58213E0370B00BA9875 /* ReviewListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReviewListViewController.h; sourceTree = "<group>"; };
7FA2C58313E0370B00BA9875 /* ReviewListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReviewListViewController.m; sourceTree = "<group>"; };
7FA3EA9713F76E3500C80C07 /* DownloadStepOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DownloadStepOperation.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1591,6 +1593,7 @@
7F398ECD13DE835C004BEC44 /* Unlock@2x.png */,
7FDF727E13DAEBFE00B8CC4E /* Default.png */,
7FDF727F13DAEBFE00B8CC4E /* Default@2x.png */,
7F97CFD4160CF9CF00313B1D /* Default-568h@2x.png */,
7FDF727613D9C39100B8CC4E /* InApp.png */,
7FDF728413DAED8D00B8CC4E /* InApp@2x.png */,
7FAB532D13DD00470027274F /* Pin.png */,
Expand Down Expand Up @@ -2987,6 +2990,7 @@
6D81576614CB44BE005E8F3F /* passcode_square_empty@2x.png in Resources */,
6D81576714CB44BE005E8F3F /* passcode_square_filled.png in Resources */,
6D81576814CB44BE005E8F3F /* passcode_square_filled@2x.png in Resources */,
7F97CFD5160CF9CF00313B1D /* Default-568h@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -3106,6 +3110,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 4.2;
OTHER_LDFLAGS = "-licucore";
SDKROOT = iphoneos;
VALID_ARCHS = armv7;
};
name = Debug;
};
Expand All @@ -3126,6 +3131,7 @@
OTHER_LDFLAGS = "-licucore";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
VALID_ARCHS = armv7;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Classes/DashboardViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ - (void)loadView
self.topView = [[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"TopBackground.png"]] autorelease];
topView.userInteractionEnabled = YES;
topView.autoresizingMask = UIViewAutoresizingFlexibleWidth;
topView.frame = CGRectMake(0, 0, self.view.bounds.size.width, iPad ? 450 : 208);
topView.frame = CGRectMake(0, 0, self.view.bounds.size.width, iPad ? 450.0 : (self.view.bounds.size.height - 44.0) * 0.5);
[self.view addSubview:topView];

UIImageView *graphShadowView = [[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"ShadowBottom.png"]] autorelease];
Expand Down
2 changes: 1 addition & 1 deletion Classes/ReportDetailViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ - (void)toggleMap:(id)sender
mapShadowView.alpha = 0.0;
self.navigationItem.rightBarButtonItem.image = [UIImage imageNamed:@"ShowMap.png"];
} else {
tableView.frame = CGRectMake(0, 208, self.view.bounds.size.width, 208);
tableView.frame = CGRectMake(0, 208, self.view.bounds.size.width, self.view.bounds.size.height - 208);
headerView.frame = CGRectMake(0, 208-20, self.view.bounds.size.width, 20);
shadowView.frame = CGRectMake(0, 208, self.view.bounds.size.width, 20);
shadowView.alpha = 0.0;
Expand Down
7 changes: 5 additions & 2 deletions Classes/SalesViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ - (void)loadView

BOOL iPad = ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad);

self.graphView = [[[GraphView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, (iPad) ? 450 : 208)] autorelease];
CGFloat graphHeight = iPad ? 450.0 : (self.view.bounds.size.height - 44.0) * 0.5;
self.graphView = [[[GraphView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, graphHeight)] autorelease];
graphView.autoresizingMask = UIViewAutoresizingFlexibleWidth;
graphView.delegate = self;
graphView.dataSource = self;
Expand Down Expand Up @@ -184,11 +185,13 @@ - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)toInte
self.graphView.frame = self.view.bounds;
self.topView.frame = self.view.bounds;
self.productsTableView.alpha = 0.0;
self.shadowView.hidden = YES;
[self.graphView reloadValuesAnimated:NO];
} else {
CGFloat graphHeight = [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad ? 450 : 208;
CGFloat graphHeight = [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad ? 450.0 : self.view.bounds.size.height * 0.5;
self.graphView.frame = CGRectMake(0, 0, self.view.bounds.size.width, graphHeight);
self.topView.frame = CGRectMake(0, 0, self.view.bounds.size.width, graphHeight);
self.shadowView.hidden = NO;
self.productsTableView.alpha = 1.0;
[self.graphView reloadValuesAnimated:NO];
}
Expand Down
Binary file added Images/Default-568h@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 490a342

Please sign in to comment.