Commit b53a35d

mo khan <mo@mokhan.ca>
2013-07-15 01:31:45
hide back button and add a title
1 parent cc28abc
Changed files (1)
cakeside-ios
cakeside-ios/controllers/CreationsTableViewController.m
@@ -18,6 +18,8 @@
 - (void)viewDidLoad
 {
   [super viewDidLoad];
+  [self.navigationItem setHidesBackButton:YES];
+  self.title = @"CakeSide";
 
   [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(updatedDataNotification) name:NOTIFICATION_CAKES_UPDATED object:nil];
   // start loading data