--- a/cocoaTouch/PopoverMenuViewController.m Sun Apr 18 23:19:15 2010 +0000
+++ b/cocoaTouch/PopoverMenuViewController.m Mon Apr 19 01:39:55 2010 +0000
@@ -23,14 +23,11 @@
-(void) didReceiveMemoryWarning {
// Releases the view if it doesn't have a superview.
[super didReceiveMemoryWarning];
- self.menuList = nil;
}
-(void) viewDidLoad {
isPaused = NO;
- self.tableView.allowsSelection = YES;
- self.tableView.alwaysBounceVertical = YES;
- self.tableView.delaysContentTouches = NO;
+
menuList = [[NSArray alloc] initWithObjects:
NSLocalizedString(@"Pause Game", @""),
NSLocalizedString(@"Chat", @""),