diff --git a/SportsBard.xcodeproj/project.pbxproj b/SportsBard.xcodeproj/project.pbxproj index 6602229..d4f91ec 100644 --- a/SportsBard.xcodeproj/project.pbxproj +++ b/SportsBard.xcodeproj/project.pbxproj @@ -9,6 +9,16 @@ /* Begin PBXBuildFile section */ 475EB20E1596A30400D70102 /* SingleGameViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 475EB20C1596A30400D70102 /* SingleGameViewController.m */; }; 475EB20F1596A30400D70102 /* SingleGameViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 475EB20D1596A30400D70102 /* SingleGameViewController.xib */; }; + 475EB2331596CCC700D70102 /* button_currentGame.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB22A1596CCC700D70102 /* button_currentGame.png */; }; + 475EB2341596CCC700D70102 /* icon_add.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB22B1596CCC700D70102 /* icon_add.png */; }; + 475EB2351596CCC700D70102 /* icon_arrow.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB22C1596CCC700D70102 /* icon_arrow.png */; }; + 475EB2361596CCC700D70102 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB22D1596CCC700D70102 /* logo.png */; }; + 475EB2381596CCC700D70102 /* signin_facebook.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB22F1596CCC700D70102 /* signin_facebook.png */; }; + 475EB2391596CCC700D70102 /* signin_gmail.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB2301596CCC700D70102 /* signin_gmail.png */; }; + 475EB23A1596CCC700D70102 /* signin_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB2311596CCC700D70102 /* signin_logo.png */; }; + 475EB23B1596CCC700D70102 /* signin_twitter.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB2321596CCC700D70102 /* signin_twitter.png */; }; + 475EB23D1596D3D400D70102 /* background_fade.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB23C1596D3D400D70102 /* background_fade.png */; }; + 475EB23F1596D57600D70102 /* signin_background.png in Resources */ = {isa = PBXBuildFile; fileRef = 475EB23E1596D57600D70102 /* signin_background.png */; }; 94EC6C6B159666080018AD05 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94EC6C6A159666080018AD05 /* UIKit.framework */; }; 94EC6C6D159666080018AD05 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94EC6C6C159666080018AD05 /* Foundation.framework */; }; 94EC6C6F159666080018AD05 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94EC6C6E159666080018AD05 /* CoreGraphics.framework */; }; @@ -99,6 +109,16 @@ 475EB20B1596A30400D70102 /* SingleGameViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleGameViewController.h; sourceTree = ""; }; 475EB20C1596A30400D70102 /* SingleGameViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SingleGameViewController.m; sourceTree = ""; }; 475EB20D1596A30400D70102 /* SingleGameViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SingleGameViewController.xib; sourceTree = ""; }; + 475EB22A1596CCC700D70102 /* button_currentGame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = button_currentGame.png; sourceTree = ""; }; + 475EB22B1596CCC700D70102 /* icon_add.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_add.png; sourceTree = ""; }; + 475EB22C1596CCC700D70102 /* icon_arrow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_arrow.png; sourceTree = ""; }; + 475EB22D1596CCC700D70102 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = ""; }; + 475EB22F1596CCC700D70102 /* signin_facebook.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_facebook.png; sourceTree = ""; }; + 475EB2301596CCC700D70102 /* signin_gmail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_gmail.png; sourceTree = ""; }; + 475EB2311596CCC700D70102 /* signin_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_logo.png; sourceTree = ""; }; + 475EB2321596CCC700D70102 /* signin_twitter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_twitter.png; sourceTree = ""; }; + 475EB23C1596D3D400D70102 /* background_fade.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = background_fade.png; sourceTree = ""; }; + 475EB23E1596D57600D70102 /* signin_background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_background.png; sourceTree = ""; }; 94EC6C66159666080018AD05 /* SportsBard.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SportsBard.app; sourceTree = BUILT_PRODUCTS_DIR; }; 94EC6C6A159666080018AD05 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 94EC6C6C159666080018AD05 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; @@ -249,6 +269,24 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 475EB2291596CCC700D70102 /* UI Assets */ = { + isa = PBXGroup; + children = ( + 475EB22A1596CCC700D70102 /* button_currentGame.png */, + 475EB22B1596CCC700D70102 /* icon_add.png */, + 475EB22C1596CCC700D70102 /* icon_arrow.png */, + 475EB22D1596CCC700D70102 /* logo.png */, + 475EB23C1596D3D400D70102 /* background_fade.png */, + 475EB23E1596D57600D70102 /* signin_background.png */, + 475EB22F1596CCC700D70102 /* signin_facebook.png */, + 475EB2301596CCC700D70102 /* signin_gmail.png */, + 475EB2311596CCC700D70102 /* signin_logo.png */, + 475EB2321596CCC700D70102 /* signin_twitter.png */, + ); + name = "UI Assets"; + path = "Resources/UI Assets"; + sourceTree = ""; + }; 94EC6C5B159666080018AD05 = { isa = PBXGroup; children = ( @@ -530,6 +568,7 @@ 94EC70D61596BA160018AD05 /* Resources */ = { isa = PBXGroup; children = ( + 475EB2291596CCC700D70102 /* UI Assets */, 94EC70DF1596BD540018AD05 /* logos */, 94EC70D81596BA1F0018AD05 /* invite_button@2x.png */, ); @@ -667,6 +706,16 @@ 94EC711A1596BD540018AD05 /* TOR.png in Resources */, 94EC711B1596BD540018AD05 /* WAS.png in Resources */, 94EC711D1596BEF50018AD05 /* MIA.png in Resources */, + 475EB2331596CCC700D70102 /* button_currentGame.png in Resources */, + 475EB2341596CCC700D70102 /* icon_add.png in Resources */, + 475EB2351596CCC700D70102 /* icon_arrow.png in Resources */, + 475EB2361596CCC700D70102 /* logo.png in Resources */, + 475EB2381596CCC700D70102 /* signin_facebook.png in Resources */, + 475EB2391596CCC700D70102 /* signin_gmail.png in Resources */, + 475EB23A1596CCC700D70102 /* signin_logo.png in Resources */, + 475EB23B1596CCC700D70102 /* signin_twitter.png in Resources */, + 475EB23D1596D3D400D70102 /* background_fade.png in Resources */, + 475EB23F1596D57600D70102 /* signin_background.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/SportsBard.xcodeproj/project.xcworkspace/xcuserdata/anarasipuram.xcuserdatad/UserInterfaceState.xcuserstate b/SportsBard.xcodeproj/project.xcworkspace/xcuserdata/anarasipuram.xcuserdatad/UserInterfaceState.xcuserstate index 4bd460a..584db6c 100644 Binary files a/SportsBard.xcodeproj/project.xcworkspace/xcuserdata/anarasipuram.xcuserdatad/UserInterfaceState.xcuserstate and b/SportsBard.xcodeproj/project.xcworkspace/xcuserdata/anarasipuram.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/SportsBard/AddGameViewController.xib b/SportsBard/AddGameViewController.xib index 8599a86..a631f7d 100644 --- a/SportsBard/AddGameViewController.xib +++ b/SportsBard/AddGameViewController.xib @@ -13,6 +13,7 @@ IBUITextField IBUIButton + IBUIImageView IBUIView IBUILabel IBProxyObject @@ -37,12 +38,25 @@ 274 + + + 292 + {320, 480} + + + _NS:9 + NO + IBCocoaTouchFramework + + NSImage + background_fade.png + + 292 {{112, 29}, {96, 21}} - _NS:9 NO @@ -73,7 +87,6 @@ 292 {{42, 70}, {48, 21}} - _NS:9 NO @@ -94,7 +107,6 @@ 292 {{42, 109}, {46, 21}} - _NS:9 NO @@ -115,7 +127,6 @@ 292 {{109, 65}, {169, 31}} - _NS:9 NO @@ -151,7 +162,6 @@ 292 {{109, 105}, {169, 31}} - _NS:9 NO @@ -178,7 +188,6 @@ 292 {{42, 148}, {46, 21}} - _NS:9 NO @@ -199,7 +208,6 @@ 292 {{109, 144}, {169, 31}} - _NS:9 NO @@ -226,7 +234,6 @@ 292 {{123, 201}, {75, 37}} - _NS:9 NO @@ -260,8 +267,7 @@ {{0, 20}, {320, 460}} - - + 3 MQA @@ -302,6 +308,7 @@ + @@ -356,6 +363,11 @@ + + 12 + + + @@ -366,6 +378,7 @@ com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -377,20 +390,9 @@ - 11 - - - - - AddGameViewController - UIViewController - - IBProjectSource - ./Classes/AddGameViewController.h - - - + 12 + 0 IBCocoaTouchFramework @@ -399,6 +401,10 @@ YES 3 + + background_fade.png + {320, 480} + 1181 diff --git a/SportsBard/GamesViewController.xib b/SportsBard/GamesViewController.xib index ea1539c..625aa4e 100644 --- a/SportsBard/GamesViewController.xib +++ b/SportsBard/GamesViewController.xib @@ -13,6 +13,7 @@ IBProxyObject IBUIView + IBUIImageView com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -33,9 +34,24 @@ 274 + + + + 274 + {320, 460} + + _NS:9 + NO + IBCocoaTouchFramework + + NSImage + background_fade.png + + + {{0, 20}, {320, 460}} - + 3 MQA @@ -69,7 +85,9 @@ 1 - + + + @@ -83,6 +101,11 @@ + + 9 + + + @@ -91,25 +114,15 @@ UIResponder com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin - 8 - - - - - GamesViewController - UIViewController - - IBProjectSource - ./Classes/GamesViewController.h - - - + 9 + 0 IBCocoaTouchFramework @@ -118,6 +131,10 @@ YES 3 + + background_fade.png + {320, 480} + 1181 diff --git a/SportsBard/MainViewController.xib b/SportsBard/MainViewController.xib index c5e0054..9e47be5 100644 --- a/SportsBard/MainViewController.xib +++ b/SportsBard/MainViewController.xib @@ -12,8 +12,8 @@ IBUIButton + IBUIImageView IBUIView - IBUILabel IBProxyObject @@ -36,52 +36,36 @@ 274 - + 292 - {{89, 57}, {143, 54}} + {320, 460} - + _NS:9 - NO - YES - 7 + 0.5 NO IBCocoaTouchFramework - SportsBard - - 1 - MCAwIDAAA - - - 0 - 10 - 1 - - 1 - 17 - - - Helvetica - 17 - 16 + + NSImage + background_fade.png 292 - {{84, 176}, {153, 37}} + {{84, 323}, {153, 37}} + _NS:9 NO IBCocoaTouchFramework 0 0 - 1 Login with Twitter - + 3 MQA @@ -89,25 +73,94 @@ 1 MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA - + 3 MC41AA - + + NSImage + signin_twitter.png + + 2 15 - + Helvetica-Bold 15 16 + + + 292 + {{84, 370}, {153, 37}} + + + + _NS:9 + NO + IBCocoaTouchFramework + 0 + 0 + + + 1 + MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA + + + + NSImage + signin_gmail.png + + + + + + + 292 + {{84, 272}, {153, 37}} + + + + _NS:9 + NO + IBCocoaTouchFramework + 0 + 0 + + + 1 + MC4xOTYwNzg0MzQ2IDAuMzA5ODAzOTMyOSAwLjUyMTU2ODY1NgA + + + + NSImage + signin_facebook.png + + + + + + + 292 + {{40, 35}, {260, 97}} + + + + _NS:9 + NO + IBCocoaTouchFramework + + NSImage + signin_logo.png + + {{0, 20}, {320, 460}} - + 3 MQA @@ -159,8 +212,11 @@ 1 - + + + + @@ -176,13 +232,28 @@ - 4 - + 5 + - 5 - + 8 + + + + + 9 + + + + + 10 + + + + + 11 + @@ -193,14 +264,17 @@ UIResponder com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin - com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin - 7 + 11 @@ -244,6 +318,13 @@ YES 3 + + {320, 480} + {186, 48} + {186, 48} + {260, 97} + {186, 48} + 1181 diff --git a/SportsBard/Resources/UI Assets/background_fade.png b/SportsBard/Resources/UI Assets/background_fade.png new file mode 100755 index 0000000..bd8847c Binary files /dev/null and b/SportsBard/Resources/UI Assets/background_fade.png differ diff --git a/SportsBard/Resources/UI Assets/button_currentGame.png b/SportsBard/Resources/UI Assets/button_currentGame.png new file mode 100755 index 0000000..b29fff8 Binary files /dev/null and b/SportsBard/Resources/UI Assets/button_currentGame.png differ diff --git a/SportsBard/Resources/UI Assets/icon_add.png b/SportsBard/Resources/UI Assets/icon_add.png new file mode 100755 index 0000000..ac53ea0 Binary files /dev/null and b/SportsBard/Resources/UI Assets/icon_add.png differ diff --git a/SportsBard/Resources/UI Assets/icon_arrow.png b/SportsBard/Resources/UI Assets/icon_arrow.png new file mode 100755 index 0000000..c1e3364 Binary files /dev/null and b/SportsBard/Resources/UI Assets/icon_arrow.png differ diff --git a/SportsBard/Resources/UI Assets/logo.png b/SportsBard/Resources/UI Assets/logo.png new file mode 100755 index 0000000..2efd126 Binary files /dev/null and b/SportsBard/Resources/UI Assets/logo.png differ diff --git a/SportsBard/Resources/UI Assets/signin_background.png b/SportsBard/Resources/UI Assets/signin_background.png new file mode 100644 index 0000000..9909d8b Binary files /dev/null and b/SportsBard/Resources/UI Assets/signin_background.png differ diff --git a/SportsBard/Resources/UI Assets/signin_facebook.png b/SportsBard/Resources/UI Assets/signin_facebook.png new file mode 100755 index 0000000..d4de866 Binary files /dev/null and b/SportsBard/Resources/UI Assets/signin_facebook.png differ diff --git a/SportsBard/Resources/UI Assets/signin_gmail.png b/SportsBard/Resources/UI Assets/signin_gmail.png new file mode 100755 index 0000000..e017f8f Binary files /dev/null and b/SportsBard/Resources/UI Assets/signin_gmail.png differ diff --git a/SportsBard/Resources/UI Assets/signin_logo.png b/SportsBard/Resources/UI Assets/signin_logo.png new file mode 100755 index 0000000..c4dad28 Binary files /dev/null and b/SportsBard/Resources/UI Assets/signin_logo.png differ diff --git a/SportsBard/Resources/UI Assets/signin_twitter.png b/SportsBard/Resources/UI Assets/signin_twitter.png new file mode 100755 index 0000000..fb0dfe3 Binary files /dev/null and b/SportsBard/Resources/UI Assets/signin_twitter.png differ diff --git a/SportsBard/SingleGameViewController.xib b/SportsBard/SingleGameViewController.xib index 01646f7..4cd1b25 100644 --- a/SportsBard/SingleGameViewController.xib +++ b/SportsBard/SingleGameViewController.xib @@ -40,38 +40,49 @@ 274 - + + + 292 + {320, 480} + + + _NS:9 + NO + IBCocoaTouchFramework + + NSImage + background_fade.png + + + 268 - + 292 {{222, 47}, {50, 50}} - - + _NS:9 NO IBCocoaTouchFramework - + 292 {{49, 47}, {50, 50}} - - + _NS:9 NO IBCocoaTouchFramework - + 292 {{9, 99}, {90, 37}} - - + _NS:9 NO @@ -102,12 +113,11 @@ - + 292 {{222, 99}, {90, 37}} - - - + + _NS:9 NO IBCocoaTouchFramework @@ -124,11 +134,10 @@ - + 292 {{118, 99}, {89, 37}} - - + _NS:9 NO @@ -146,11 +155,10 @@ - + 292 {{146, 61}, {28, 21}} - - + _NS:9 NO @@ -176,12 +184,11 @@ 16 - - + + 274 {{0, 164}, {320, 236}} - - + _NS:9 @@ -196,11 +203,10 @@ 22 - + 292 {{9, 421}, {231, 31}} - - + _NS:9 NO @@ -232,12 +238,11 @@ - + 292 {{258, 417}, {54, 37}} - - - + + _NS:9 NO IBCocoaTouchFramework @@ -257,7 +262,6 @@ {{0, -7}, {320, 467}} - _NS:9 YES @@ -267,8 +271,7 @@ {{0, 20}, {320, 460}} - - + 3 MQA @@ -316,7 +319,7 @@ gameStoryFeed - + 21 @@ -324,7 +327,7 @@ scrollView - + 25 @@ -383,7 +386,7 @@ delegate - + 26 @@ -401,7 +404,8 @@ 1 - + + @@ -418,7 +422,7 @@ 24 - + @@ -428,54 +432,59 @@ - + 10 - + 11 - + 4 - + 5 - + 6 - + 15 - + 20 - - + + 12 - + 14 - + + + + 29 + + @@ -492,6 +501,7 @@ com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -500,78 +510,9 @@ - 28 - - - - - SingleGameViewController - UIViewController - - id - id - id - id - - - - clickAddStory: - id - - - clickAwayScore: - id - - - clickHomeScore: - id - - - clickInning: - id - - - - UIButton - UITableView - UIButton - UIButton - UIScrollView - UITextField - - - - awayTeamButton - UIButton - - - gameStoryFeed - UITableView - - - homeTeamButton - UIButton - - - inningsButton - UIButton - - - scrollView - UIScrollView - - - storyTextField - UITextField - - - - IBProjectSource - ./Classes/SingleGameViewController.h - - - + 29 + 0 IBCocoaTouchFramework @@ -580,6 +521,10 @@ YES 3 + + background_fade.png + {320, 480} + 1181 diff --git a/SportsBard/SportSelectionViewController.xib b/SportsBard/SportSelectionViewController.xib index e954c71..115eedd 100644 --- a/SportsBard/SportSelectionViewController.xib +++ b/SportsBard/SportSelectionViewController.xib @@ -12,6 +12,7 @@ IBUIPickerView + IBUIImageView IBUIView IBUILabel IBProxyObject @@ -36,12 +37,28 @@ 274 + + + 292 + {320, 460} + + + + _NS:9 + NO + IBCocoaTouchFramework + + NSImage + background_fade.png + + 292 - {{89, 69}, {142, 21}} + {{89, 65}, {142, 21}} + _NS:9 NO YES @@ -69,7 +86,7 @@ 290 - {{0, 244}, {320, 216}} + {{29, 175}, {276, 216}} _NS:9 @@ -80,6 +97,7 @@ {{0, 20}, {320, 460}} + 3 MQA @@ -138,6 +156,7 @@ 1 + @@ -164,6 +183,11 @@ + + 9 + + + @@ -174,12 +198,13 @@ com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin + com.apple.InterfaceBuilder.IBCocoaTouchPlugin - 8 + 9 @@ -212,6 +237,10 @@ YES 3 + + background_fade.png + {320, 480} + 1181 diff --git a/SportsBard/SportsBardAppDelegate.m b/SportsBard/SportsBardAppDelegate.m index 5843874..6fdc959 100644 --- a/SportsBard/SportsBardAppDelegate.m +++ b/SportsBard/SportsBardAppDelegate.m @@ -39,10 +39,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_handleLoginSuccess:) name:LoginSuccessNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_handleSportSelected:) name:SportSelectedNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_handleGamesDownloaded:) name:GamesDownloadedNotification object:nil]; - - //self.mainViewController = [[MainViewController alloc] initWithNibName:nil bundle:nil]; - //[self.window addSubview:self.mainViewController.view]; - + self.dataRequester = [[DataRequester alloc] init]; [self.dataRequester requestGamesData]; @@ -77,10 +74,14 @@ - (void)_handleGamesDownloaded:(NSNotification *)inNotification { self.gamesViewController = [[GamesViewController alloc] initWithNibName:nil bundle:nil]; [self.gamesViewController setTitle:@"SportsBard"]; [self.gamesViewController setGameData:todaysGames]; - - self.mainNavController = [[UINavigationController alloc] initWithRootViewController:self.gamesViewController]; - - [self.window addSubview:self.mainNavController.view]; + + self.mainViewController = [[MainViewController alloc] initWithNibName:nil bundle:nil]; + +// self.mainNavController = [[UINavigationController alloc] initWithRootViewController:self.gamesViewController]; + + self.mainNavController = [[UINavigationController alloc] initWithRootViewController:self.mainViewController]; + + [self.window addSubview:self.mainViewController.view]; } - (NSMutableArray *)gamesFrom:(NSDate *)start until:(NSDate *)end fromData:(NSArray *)games { diff --git a/SportsBard/button_currentGame.png b/SportsBard/button_currentGame.png new file mode 100755 index 0000000..b29fff8 Binary files /dev/null and b/SportsBard/button_currentGame.png differ diff --git a/SportsBard/icon_add.png b/SportsBard/icon_add.png new file mode 100755 index 0000000..ac53ea0 Binary files /dev/null and b/SportsBard/icon_add.png differ diff --git a/SportsBard/icon_arrow.png b/SportsBard/icon_arrow.png new file mode 100755 index 0000000..c1e3364 Binary files /dev/null and b/SportsBard/icon_arrow.png differ diff --git a/SportsBard/logo.png b/SportsBard/logo.png new file mode 100755 index 0000000..2efd126 Binary files /dev/null and b/SportsBard/logo.png differ diff --git a/SportsBard/signin_background.png b/SportsBard/signin_background.png new file mode 100755 index 0000000..777058c Binary files /dev/null and b/SportsBard/signin_background.png differ diff --git a/SportsBard/signin_facebook.png b/SportsBard/signin_facebook.png new file mode 100755 index 0000000..d4de866 Binary files /dev/null and b/SportsBard/signin_facebook.png differ diff --git a/SportsBard/signin_gmail.png b/SportsBard/signin_gmail.png new file mode 100755 index 0000000..e017f8f Binary files /dev/null and b/SportsBard/signin_gmail.png differ diff --git a/SportsBard/signin_logo.png b/SportsBard/signin_logo.png new file mode 100755 index 0000000..10a8a4b Binary files /dev/null and b/SportsBard/signin_logo.png differ diff --git a/SportsBard/signin_twitter.png b/SportsBard/signin_twitter.png new file mode 100755 index 0000000..fb0dfe3 Binary files /dev/null and b/SportsBard/signin_twitter.png differ