Skip to content

Commit

Permalink
Merge pull request facebookarchive#610 from facebook/development
Browse files Browse the repository at this point in the history
Release Three20 v1.0.6.2 - fixes #609
  • Loading branch information
jwang committed Jul 17, 2011
2 parents b1766f7 + 170fb0d commit 300db17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Three20Core/Sources/Three20Version.m
Expand Up @@ -20,4 +20,4 @@
*
* Generated from Three20 Release <a href="http://three20.info/roadmap/1.0.5">1.0.5</a>.
*/
NSString* const Three20Version = @"1.0.5";
NSString* const Three20Version = @"1.0.6.2";
4 changes: 2 additions & 2 deletions src/Three20UI/Sources/TTWebController.m
Expand Up @@ -419,7 +419,7 @@ - (void)setHeaderView:(UIView*)headerView {
_headerView = [headerView retain];
_headerView.frame = CGRectMake(0, 0, _webView.width, _headerView.height);

//self.view;
[self view];
UIView* scroller = [_webView descendantOrSelfWithClass:NSClassFromString(@"UIScroller")];
UIView* docView = [scroller descendantOrSelfWithClass:NSClassFromString(@"UIWebDocumentView")];
[scroller addSubview:_headerView];
Expand All @@ -445,7 +445,7 @@ - (void)openURL:(NSURL*)URL {

///////////////////////////////////////////////////////////////////////////////////////////////////
- (void)openRequest:(NSURLRequest*)request {
//self.view;
[self view];
[_webView loadRequest:request];
}

Expand Down

0 comments on commit 300db17

Please sign in to comment.