Skip to content

Commit

Permalink
flickr changes: use mobile flickr site, upload images to cocoa camp f…
Browse files Browse the repository at this point in the history
…lickr page
  • Loading branch information
Ken Icklan authored and warrenm committed Sep 1, 2010
1 parent 7c14add commit e8f27e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Classes/FlickrPageViewController.m
Expand Up @@ -30,7 +30,8 @@ - (void)viewWillAppear:(BOOL)animated {

[super viewWillAppear:animated];

NSURL *cocoaFlickr = [[NSURL alloc] initWithString:@"http://www.flickr.com/photos/52319257@N06/"];
NSURL *cocoaFlickr = [[NSURL alloc] initWithString:@"http://m.flickr.com/#/photos/52319257@N06/"];

NSURLRequest *request = [[NSURLRequest alloc] initWithURL:cocoaFlickr];

[aWebView loadRequest: request];
Expand Down Expand Up @@ -87,9 +88,11 @@ - (void)viewWillDisappear:(BOOL)animated {
[super viewWillDisappear:animated];
}
*/

/*
- (void)viewDidDisappear:(BOOL)animated {
[super viewDidDisappear:animated];
[super viewDidDisappear:animated];
}
*/
/*
Expand Down

0 comments on commit e8f27e2

Please sign in to comment.