Skip to content

Commit

Permalink
added screen ui assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Narasipuram committed Jun 24, 2012
1 parent 25245e2 commit 70f79f8
Show file tree
Hide file tree
Showing 27 changed files with 336 additions and 208 deletions.
49 changes: 49 additions & 0 deletions SportsBard.xcodeproj/project.pbxproj
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -99,6 +109,16 @@
475EB20B1596A30400D70102 /* SingleGameViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleGameViewController.h; sourceTree = "<group>"; };
475EB20C1596A30400D70102 /* SingleGameViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SingleGameViewController.m; sourceTree = "<group>"; };
475EB20D1596A30400D70102 /* SingleGameViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SingleGameViewController.xib; sourceTree = "<group>"; };
475EB22A1596CCC700D70102 /* button_currentGame.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = button_currentGame.png; sourceTree = "<group>"; };
475EB22B1596CCC700D70102 /* icon_add.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_add.png; sourceTree = "<group>"; };
475EB22C1596CCC700D70102 /* icon_arrow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_arrow.png; sourceTree = "<group>"; };
475EB22D1596CCC700D70102 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
475EB22F1596CCC700D70102 /* signin_facebook.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_facebook.png; sourceTree = "<group>"; };
475EB2301596CCC700D70102 /* signin_gmail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_gmail.png; sourceTree = "<group>"; };
475EB2311596CCC700D70102 /* signin_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_logo.png; sourceTree = "<group>"; };
475EB2321596CCC700D70102 /* signin_twitter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_twitter.png; sourceTree = "<group>"; };
475EB23C1596D3D400D70102 /* background_fade.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = background_fade.png; sourceTree = "<group>"; };
475EB23E1596D57600D70102 /* signin_background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = signin_background.png; sourceTree = "<group>"; };
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; };
Expand Down Expand Up @@ -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 = "<group>";
};
94EC6C5B159666080018AD05 = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -530,6 +568,7 @@
94EC70D61596BA160018AD05 /* Resources */ = {
isa = PBXGroup;
children = (
475EB2291596CCC700D70102 /* UI Assets */,
94EC70DF1596BD540018AD05 /* logos */,
94EC70D81596BA1F0018AD05 /* invite_button@2x.png */,
);
Expand Down Expand Up @@ -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;
};
Expand Down
Binary file not shown.
52 changes: 29 additions & 23 deletions SportsBard/AddGameViewController.xib
Expand Up @@ -13,6 +13,7 @@
<array key="IBDocument.IntegratedClassDependencies">
<string>IBUITextField</string>
<string>IBUIButton</string>
<string>IBUIImageView</string>
<string>IBUIView</string>
<string>IBUILabel</string>
<string>IBProxyObject</string>
Expand All @@ -37,12 +38,25 @@
<reference key="NSNextResponder"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="IBUIImageView" id="779009014">
<reference key="NSNextResponder" ref="191373211"/>
<int key="NSvFlags">292</int>
<string key="NSFrameSize">{320, 480}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSNextKeyView" ref="611833669"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<object class="NSCustomResource" key="IBUIImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">background_fade.png</string>
</object>
</object>
<object class="IBUILabel" id="611833669">
<reference key="NSNextResponder" ref="191373211"/>
<int key="NSvFlags">292</int>
<string key="NSFrame">{{112, 29}, {96, 21}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="122092031"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
Expand Down Expand Up @@ -73,7 +87,6 @@
<int key="NSvFlags">292</int>
<string key="NSFrame">{{42, 70}, {48, 21}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="553836209"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
Expand All @@ -94,7 +107,6 @@
<int key="NSvFlags">292</int>
<string key="NSFrame">{{42, 109}, {46, 21}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="762888272"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
Expand All @@ -115,7 +127,6 @@
<int key="NSvFlags">292</int>
<string key="NSFrame">{{109, 65}, {169, 31}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="502899503"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
Expand Down Expand Up @@ -151,7 +162,6 @@
<int key="NSvFlags">292</int>
<string key="NSFrame">{{109, 105}, {169, 31}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="866201463"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
Expand All @@ -178,7 +188,6 @@
<int key="NSvFlags">292</int>
<string key="NSFrame">{{42, 148}, {46, 21}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="905313604"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
Expand All @@ -199,7 +208,6 @@
<int key="NSvFlags">292</int>
<string key="NSFrame">{{109, 144}, {169, 31}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="585129584"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
Expand All @@ -226,7 +234,6 @@
<int key="NSvFlags">292</int>
<string key="NSFrame">{{123, 201}, {75, 37}}</string>
<reference key="NSSuperview" ref="191373211"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIOpaque">NO</bool>
Expand Down Expand Up @@ -260,8 +267,7 @@
</array>
<string key="NSFrame">{{0, 20}, {320, 460}}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="611833669"/>
<reference key="NSNextKeyView" ref="779009014"/>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
Expand Down Expand Up @@ -302,6 +308,7 @@
<reference ref="866201463"/>
<reference ref="905313604"/>
<reference ref="585129584"/>
<reference ref="779009014"/>
</array>
<reference key="parent" ref="0"/>
</object>
Expand Down Expand Up @@ -356,6 +363,11 @@
<reference key="object" ref="585129584"/>
<reference key="parent" ref="191373211"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">12</int>
<reference key="object" ref="779009014"/>
<reference key="parent" ref="191373211"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
Expand All @@ -366,6 +378,7 @@
<string key="1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="10.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="11.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="12.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="4.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="5.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
Expand All @@ -377,20 +390,9 @@
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">11</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">AddGameViewController</string>
<string key="superclassName">UIViewController</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/AddGameViewController.h</string>
</object>
</object>
</array>
<int key="maxID">12</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes"/>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
Expand All @@ -399,6 +401,10 @@
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="NS.key.0">background_fade.png</string>
<string key="NS.object.0">{320, 480}</string>
</object>
<string key="IBCocoaTouchPluginVersion">1181</string>
</data>
</archive>
47 changes: 32 additions & 15 deletions SportsBard/GamesViewController.xib
Expand Up @@ -13,6 +13,7 @@
<array key="IBDocument.IntegratedClassDependencies">
<string>IBProxyObject</string>
<string>IBUIView</string>
<string>IBUIImageView</string>
</array>
<array key="IBDocument.PluginDependencies">
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
Expand All @@ -33,9 +34,24 @@
<object class="IBUIView" id="191373211">
<reference key="NSNextResponder"/>
<int key="NSvFlags">274</int>
<array class="NSMutableArray" key="NSSubviews">
<object class="IBUIImageView" id="712141915">
<reference key="NSNextResponder" ref="191373211"/>
<int key="NSvFlags">274</int>
<string key="NSFrameSize">{320, 460}</string>
<reference key="NSSuperview" ref="191373211"/>
<string key="NSReuseIdentifierKey">_NS:9</string>
<bool key="IBUIUserInteractionEnabled">NO</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
<object class="NSCustomResource" key="IBUIImage">
<string key="NSClassName">NSImage</string>
<string key="NSResourceName">background_fade.png</string>
</object>
</object>
</array>
<string key="NSFrame">{{0, 20}, {320, 460}}</string>
<reference key="NSSuperview"/>
<reference key="NSWindow"/>
<reference key="NSNextKeyView" ref="712141915"/>
<object class="NSColor" key="IBUIBackgroundColor">
<int key="NSColorSpace">3</int>
<bytes key="NSWhite">MQA</bytes>
Expand Down Expand Up @@ -69,7 +85,9 @@
<object class="IBObjectRecord">
<int key="objectID">1</int>
<reference key="object" ref="191373211"/>
<array class="NSMutableArray" key="children"/>
<array class="NSMutableArray" key="children">
<reference ref="712141915"/>
</array>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
Expand All @@ -83,6 +101,11 @@
<reference key="object" ref="975951072"/>
<reference key="parent" ref="0"/>
</object>
<object class="IBObjectRecord">
<int key="objectID">9</int>
<reference key="object" ref="712141915"/>
<reference key="parent" ref="191373211"/>
</object>
</array>
</object>
<dictionary class="NSMutableDictionary" key="flattenedProperties">
Expand All @@ -91,25 +114,15 @@
<string key="-2.CustomClassName">UIResponder</string>
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="9.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
</dictionary>
<dictionary class="NSMutableDictionary" key="unlocalizedProperties"/>
<nil key="activeLocalization"/>
<dictionary class="NSMutableDictionary" key="localizations"/>
<nil key="sourceID"/>
<int key="maxID">8</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
<object class="IBPartialClassDescription">
<string key="className">GamesViewController</string>
<string key="superclassName">UIViewController</string>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
<string key="majorKey">IBProjectSource</string>
<string key="minorKey">./Classes/GamesViewController.h</string>
</object>
</object>
</array>
<int key="maxID">9</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes"/>
<int key="IBDocument.localizationMode">0</int>
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
Expand All @@ -118,6 +131,10 @@
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes">
<string key="NS.key.0">background_fade.png</string>
<string key="NS.object.0">{320, 480}</string>
</object>
<string key="IBCocoaTouchPluginVersion">1181</string>
</data>
</archive>

0 comments on commit 70f79f8

Please sign in to comment.