From 138ddde0dfa19e49801cb35626130ccb9d34b878 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 4 Sep 2011 11:48:28 -0400 Subject: Added Jump lists to highscore viewer Refs #204 --- Classes/HighscoreListController.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Classes/HighscoreListController.h') diff --git a/Classes/HighscoreListController.h b/Classes/HighscoreListController.h index 7b0069d..5921ec6 100755 --- a/Classes/HighscoreListController.h +++ b/Classes/HighscoreListController.h @@ -10,6 +10,7 @@ @interface HighscoreListController : UITableViewController { UINavigationBar* navigationBar; + UIToolbar* toolbar; UINavigationItem* myNavigationItem; NSArray* localHighscores; NSArray* globalHighscores; @@ -19,10 +20,13 @@ UIActivityIndicatorView* activity; UILabel* statusText; UITableView* tableView; + UISegmentedControl* areaControl; + UISegmentedControl* modeControl; } - (void)back; - (void)switchLists:(id)sender; +- (void)switchGameMode:(id)sender; - (void)scoreRequestOk:(id)sender; - (void)scoreRequestFail:(id)sender; -- cgit 1.4.1