Skip to content

Commit

Permalink
Revert StyleTestController.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Dec 12, 2009
1 parent fc4c819 commit 31bb5ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/TTCatalog/Classes/StyleTestController.m
Expand Up @@ -6,12 +6,11 @@ @implementation StyleTestController
// UIViewController

- (void)loadView {
[super loadView];
UIScrollView* scrollView = [[[UIScrollView alloc] initWithFrame:TTNavigationFrame()] autorelease];
scrollView.autoresizesSubviews = YES;
scrollView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
scrollView.backgroundColor = RGBCOLOR(216, 221, 231);
[self.view addSubview:scrollView];
self.view = scrollView;

UIColor* black = RGBCOLOR(158, 163, 172);
UIColor* blue = RGBCOLOR(191, 197, 208);
Expand Down

0 comments on commit 31bb5ec

Please sign in to comment.