Skip to content

Commit

Permalink
added Aggregate Seletions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaizel committed Dec 13, 2013
1 parent 0b3647c commit 7583b0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion PLMenu.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ -(void)readFromJSONDictionary:(NSDictionary *)d

for (NSString *key in mainModifiers) {

NSLog(@"key is %@", key);
NSDictionary *mainModifier = [mainModifiers objectForKey:key];
NSDictionary *mainItem = [mainModifier objectForKey:@"meta"];

Expand Down
2 changes: 2 additions & 0 deletions PLSelectMainsViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
NSArray *mains;
}
@property (nonatomic, weak) IBOutlet UITableView *tableMains;
@property (nonatomic, strong) NSString *plateType;
@property (nonatomic, strong) NSString *plateSize;
@property (nonatomic, strong) PLSelectSidesViewController *sidesController;
@end
2 changes: 2 additions & 0 deletions PLSelectPlateSizeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ - (void)didReceiveMemoryWarning
}

- (IBAction)actionContinue:(id)sender {
// [[self mainsViewController] setPlateSize: [self.plateSizeTable [[self plateSizeTable] indexPathForSelectedRow]];
[[self mainsViewController] setPlateType:@""];
[[self navigationController] pushViewController:[self mainsViewController] animated:YES];
}
@end

0 comments on commit 7583b0a

Please sign in to comment.