summaryrefslogtreecommitdiffstats
path: root/Classes/TabViewController.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-29 16:35:15 -0400
committermatt handler <matt.handler@gmail.com>2011-04-29 16:35:15 -0400
commit869398ebfb18702b9de42f723ff8072b116eb04f (patch)
tree84a8bbff635bcd4d5c0f6edc42dc535134e02ab4 /Classes/TabViewController.m
parente788dbb246a2c9673d595420beca061123526d50 (diff)
downloadpiccast-app-869398ebfb18702b9de42f723ff8072b116eb04f.tar.gz
piccast-app-869398ebfb18702b9de42f723ff8072b116eb04f.zip
changing subscribedSources -> sources, adding instant level today/tomorrow/yesterday for section headers, setting status bar to black and showing once app loads, handling url just an nslog right now, updated image, added piccast:// protocol, setting up faves in the db, adding search and browse views
Diffstat (limited to 'Classes/TabViewController.m')
-rw-r--r--Classes/TabViewController.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/Classes/TabViewController.m b/Classes/TabViewController.m
index c4ada83..6aaa9f6 100644
--- a/Classes/TabViewController.m
+++ b/Classes/TabViewController.m
@@ -36,13 +36,13 @@
}
*/
-/*
+
// Override to allow orientations other than the default portrait orientation.
-- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
- // Return YES for supported orientations
- return (interfaceOrientation == UIInterfaceOrientationPortrait);
-}
-*/
+//- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
+// // Return YES for supported orientations
+// return YES; //(interfaceOrientation == UIInterfaceOrientationPortrait);
+//}
+
- (void)didReceiveMemoryWarning {
// Releases the view if it doesn't have a superview.