summaryrefslogtreecommitdiffstats
path: root/Classes/PhotoViewController.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-27 18:45:32 -0400
committermatt handler <matt.handler@gmail.com>2011-04-27 18:45:32 -0400
commite788dbb246a2c9673d595420beca061123526d50 (patch)
tree70fbbee15ffdaef04c6b7afee40c2964e41fbcac /Classes/PhotoViewController.m
parente6eb634beac831e64becc03928a467701f9625cf (diff)
downloadpiccast-app-e788dbb246a2c9673d595420beca061123526d50.tar.gz
piccast-app-e788dbb246a2c9673d595420beca061123526d50.zip
sorting automatically, load more button, remove some logging, customizing things?
Diffstat (limited to 'Classes/PhotoViewController.m')
-rw-r--r--Classes/PhotoViewController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Classes/PhotoViewController.m b/Classes/PhotoViewController.m
index 850d425..35e58ca 100644
--- a/Classes/PhotoViewController.m
+++ b/Classes/PhotoViewController.m
@@ -58,7 +58,7 @@
@implementation TTThumbsViewController (test)
- (TTPhotoViewController*)createPhotoViewController {
- NSLog(@"test");
+ //NSLog(@"test");
return (TTPhotoViewController *)[[[MyPhotoViewController alloc] init] autorelease];
}
@end
@@ -92,7 +92,7 @@
NSError *theError = nil;
id dictionary = [[CJSONDeserializer deserializer] deserialize:(NSData *)_receivedData error:&theError];
- NSLog(@"%@", dictionary);
+ //NSLog(@"%@", dictionary);
NSArray *array = [dictionary objectForKey:@"list"];
for (NSDictionary *obj in array) {