Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Remove set background color call on web view
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Reilly authored and Patrick Reilly committed Oct 11, 2011
1 parent 6a9d898 commit a9e489c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Classes/RootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ - (void)viewDidLoad {

webView.scalesPageToFit = TRUE;
webView.multipleTouchEnabled = TRUE;
[webView setBackgroundColor:[UIColor colorWithPatternImage:
[UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"UITexture@2x" ofType:@"png"]]]];
searchBar.showsScopeBar = NO;
searchBar.frame = CGRectMake(0, 0, 320.0f, 44.0f);

Expand Down

0 comments on commit a9e489c

Please sign in to comment.