Skip to content

Commit 00a1500

Browse files
committed
Added initial stubbed UI.
1 parent cdc6601 commit 00a1500

File tree

13 files changed

+934
-0
lines changed

13 files changed

+934
-0
lines changed
Lines changed: 306 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,306 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
0331CC0216D2BC330037911A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0331CC0116D2BC330037911A /* UIKit.framework */; };
11+
0331CC0416D2BC330037911A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0331CC0316D2BC330037911A /* Foundation.framework */; };
12+
0331CC0616D2BC330037911A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0331CC0516D2BC330037911A /* CoreGraphics.framework */; };
13+
0331CC0C16D2BC330037911A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0331CC0A16D2BC330037911A /* InfoPlist.strings */; };
14+
0331CC0E16D2BC330037911A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0331CC0D16D2BC330037911A /* main.m */; };
15+
0331CC1216D2BC330037911A /* CTCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0331CC1116D2BC330037911A /* CTCAppDelegate.m */; };
16+
0331CC1416D2BC340037911A /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 0331CC1316D2BC340037911A /* Default.png */; };
17+
0331CC1616D2BC340037911A /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0331CC1516D2BC340037911A /* Default@2x.png */; };
18+
0331CC1816D2BC340037911A /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 0331CC1716D2BC340037911A /* Default-568h@2x.png */; };
19+
0331CC1B16D2BC340037911A /* CTCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0331CC1A16D2BC340037911A /* CTCViewController.m */; };
20+
0331CC1E16D2BC340037911A /* CTCViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0331CC1C16D2BC340037911A /* CTCViewController.xib */; };
21+
/* End PBXBuildFile section */
22+
23+
/* Begin PBXFileReference section */
24+
0331CBFE16D2BC330037911A /* KVC Validation Pattern.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "KVC Validation Pattern.app"; sourceTree = BUILT_PRODUCTS_DIR; };
25+
0331CC0116D2BC330037911A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
26+
0331CC0316D2BC330037911A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27+
0331CC0516D2BC330037911A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
28+
0331CC0916D2BC330037911A /* KVC Validation Pattern-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "KVC Validation Pattern-Info.plist"; sourceTree = "<group>"; };
29+
0331CC0B16D2BC330037911A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
30+
0331CC0D16D2BC330037911A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31+
0331CC0F16D2BC330037911A /* KVC Validation Pattern-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "KVC Validation Pattern-Prefix.pch"; sourceTree = "<group>"; };
32+
0331CC1016D2BC330037911A /* CTCAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTCAppDelegate.h; sourceTree = "<group>"; };
33+
0331CC1116D2BC330037911A /* CTCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CTCAppDelegate.m; sourceTree = "<group>"; };
34+
0331CC1316D2BC340037911A /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
35+
0331CC1516D2BC340037911A /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
36+
0331CC1716D2BC340037911A /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
37+
0331CC1916D2BC340037911A /* CTCViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CTCViewController.h; sourceTree = "<group>"; };
38+
0331CC1A16D2BC340037911A /* CTCViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CTCViewController.m; sourceTree = "<group>"; };
39+
0331CC1D16D2BC340037911A /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/CTCViewController.xib; sourceTree = "<group>"; };
40+
/* End PBXFileReference section */
41+
42+
/* Begin PBXFrameworksBuildPhase section */
43+
0331CBFB16D2BC330037911A /* Frameworks */ = {
44+
isa = PBXFrameworksBuildPhase;
45+
buildActionMask = 2147483647;
46+
files = (
47+
0331CC0216D2BC330037911A /* UIKit.framework in Frameworks */,
48+
0331CC0416D2BC330037911A /* Foundation.framework in Frameworks */,
49+
0331CC0616D2BC330037911A /* CoreGraphics.framework in Frameworks */,
50+
);
51+
runOnlyForDeploymentPostprocessing = 0;
52+
};
53+
/* End PBXFrameworksBuildPhase section */
54+
55+
/* Begin PBXGroup section */
56+
0331CBF516D2BC330037911A = {
57+
isa = PBXGroup;
58+
children = (
59+
0331CC0716D2BC330037911A /* KVC Validation Pattern */,
60+
0331CC0016D2BC330037911A /* Frameworks */,
61+
0331CBFF16D2BC330037911A /* Products */,
62+
);
63+
sourceTree = "<group>";
64+
};
65+
0331CBFF16D2BC330037911A /* Products */ = {
66+
isa = PBXGroup;
67+
children = (
68+
0331CBFE16D2BC330037911A /* KVC Validation Pattern.app */,
69+
);
70+
name = Products;
71+
sourceTree = "<group>";
72+
};
73+
0331CC0016D2BC330037911A /* Frameworks */ = {
74+
isa = PBXGroup;
75+
children = (
76+
0331CC0116D2BC330037911A /* UIKit.framework */,
77+
0331CC0316D2BC330037911A /* Foundation.framework */,
78+
0331CC0516D2BC330037911A /* CoreGraphics.framework */,
79+
);
80+
name = Frameworks;
81+
sourceTree = "<group>";
82+
};
83+
0331CC0716D2BC330037911A /* KVC Validation Pattern */ = {
84+
isa = PBXGroup;
85+
children = (
86+
0331CC1016D2BC330037911A /* CTCAppDelegate.h */,
87+
0331CC1116D2BC330037911A /* CTCAppDelegate.m */,
88+
0331CC1916D2BC340037911A /* CTCViewController.h */,
89+
0331CC1A16D2BC340037911A /* CTCViewController.m */,
90+
0331CC1C16D2BC340037911A /* CTCViewController.xib */,
91+
0331CC0816D2BC330037911A /* Supporting Files */,
92+
);
93+
path = "KVC Validation Pattern";
94+
sourceTree = "<group>";
95+
};
96+
0331CC0816D2BC330037911A /* Supporting Files */ = {
97+
isa = PBXGroup;
98+
children = (
99+
0331CC0916D2BC330037911A /* KVC Validation Pattern-Info.plist */,
100+
0331CC0A16D2BC330037911A /* InfoPlist.strings */,
101+
0331CC0D16D2BC330037911A /* main.m */,
102+
0331CC0F16D2BC330037911A /* KVC Validation Pattern-Prefix.pch */,
103+
0331CC1316D2BC340037911A /* Default.png */,
104+
0331CC1516D2BC340037911A /* Default@2x.png */,
105+
0331CC1716D2BC340037911A /* Default-568h@2x.png */,
106+
);
107+
name = "Supporting Files";
108+
sourceTree = "<group>";
109+
};
110+
/* End PBXGroup section */
111+
112+
/* Begin PBXNativeTarget section */
113+
0331CBFD16D2BC330037911A /* KVC Validation Pattern */ = {
114+
isa = PBXNativeTarget;
115+
buildConfigurationList = 0331CC2116D2BC340037911A /* Build configuration list for PBXNativeTarget "KVC Validation Pattern" */;
116+
buildPhases = (
117+
0331CBFA16D2BC330037911A /* Sources */,
118+
0331CBFB16D2BC330037911A /* Frameworks */,
119+
0331CBFC16D2BC330037911A /* Resources */,
120+
);
121+
buildRules = (
122+
);
123+
dependencies = (
124+
);
125+
name = "KVC Validation Pattern";
126+
productName = "KVC Validation Pattern";
127+
productReference = 0331CBFE16D2BC330037911A /* KVC Validation Pattern.app */;
128+
productType = "com.apple.product-type.application";
129+
};
130+
/* End PBXNativeTarget section */
131+
132+
/* Begin PBXProject section */
133+
0331CBF616D2BC330037911A /* Project object */ = {
134+
isa = PBXProject;
135+
attributes = {
136+
CLASSPREFIX = CTC;
137+
LastUpgradeCheck = 0460;
138+
ORGANIZATIONNAME = "CapTech Consulting";
139+
};
140+
buildConfigurationList = 0331CBF916D2BC330037911A /* Build configuration list for PBXProject "KVC Validation Pattern" */;
141+
compatibilityVersion = "Xcode 3.2";
142+
developmentRegion = English;
143+
hasScannedForEncodings = 0;
144+
knownRegions = (
145+
en,
146+
);
147+
mainGroup = 0331CBF516D2BC330037911A;
148+
productRefGroup = 0331CBFF16D2BC330037911A /* Products */;
149+
projectDirPath = "";
150+
projectRoot = "";
151+
targets = (
152+
0331CBFD16D2BC330037911A /* KVC Validation Pattern */,
153+
);
154+
};
155+
/* End PBXProject section */
156+
157+
/* Begin PBXResourcesBuildPhase section */
158+
0331CBFC16D2BC330037911A /* Resources */ = {
159+
isa = PBXResourcesBuildPhase;
160+
buildActionMask = 2147483647;
161+
files = (
162+
0331CC0C16D2BC330037911A /* InfoPlist.strings in Resources */,
163+
0331CC1416D2BC340037911A /* Default.png in Resources */,
164+
0331CC1616D2BC340037911A /* Default@2x.png in Resources */,
165+
0331CC1816D2BC340037911A /* Default-568h@2x.png in Resources */,
166+
0331CC1E16D2BC340037911A /* CTCViewController.xib in Resources */,
167+
);
168+
runOnlyForDeploymentPostprocessing = 0;
169+
};
170+
/* End PBXResourcesBuildPhase section */
171+
172+
/* Begin PBXSourcesBuildPhase section */
173+
0331CBFA16D2BC330037911A /* Sources */ = {
174+
isa = PBXSourcesBuildPhase;
175+
buildActionMask = 2147483647;
176+
files = (
177+
0331CC0E16D2BC330037911A /* main.m in Sources */,
178+
0331CC1216D2BC330037911A /* CTCAppDelegate.m in Sources */,
179+
0331CC1B16D2BC340037911A /* CTCViewController.m in Sources */,
180+
);
181+
runOnlyForDeploymentPostprocessing = 0;
182+
};
183+
/* End PBXSourcesBuildPhase section */
184+
185+
/* Begin PBXVariantGroup section */
186+
0331CC0A16D2BC330037911A /* InfoPlist.strings */ = {
187+
isa = PBXVariantGroup;
188+
children = (
189+
0331CC0B16D2BC330037911A /* en */,
190+
);
191+
name = InfoPlist.strings;
192+
sourceTree = "<group>";
193+
};
194+
0331CC1C16D2BC340037911A /* CTCViewController.xib */ = {
195+
isa = PBXVariantGroup;
196+
children = (
197+
0331CC1D16D2BC340037911A /* en */,
198+
);
199+
name = CTCViewController.xib;
200+
sourceTree = "<group>";
201+
};
202+
/* End PBXVariantGroup section */
203+
204+
/* Begin XCBuildConfiguration section */
205+
0331CC1F16D2BC340037911A /* Debug */ = {
206+
isa = XCBuildConfiguration;
207+
buildSettings = {
208+
ALWAYS_SEARCH_USER_PATHS = NO;
209+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
210+
CLANG_CXX_LIBRARY = "libc++";
211+
CLANG_ENABLE_OBJC_ARC = YES;
212+
CLANG_WARN_CONSTANT_CONVERSION = YES;
213+
CLANG_WARN_EMPTY_BODY = YES;
214+
CLANG_WARN_ENUM_CONVERSION = YES;
215+
CLANG_WARN_INT_CONVERSION = YES;
216+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
217+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
218+
COPY_PHASE_STRIP = NO;
219+
GCC_C_LANGUAGE_STANDARD = gnu99;
220+
GCC_DYNAMIC_NO_PIC = NO;
221+
GCC_OPTIMIZATION_LEVEL = 0;
222+
GCC_PREPROCESSOR_DEFINITIONS = (
223+
"DEBUG=1",
224+
"$(inherited)",
225+
);
226+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
227+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
228+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
229+
GCC_WARN_UNUSED_VARIABLE = YES;
230+
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
231+
ONLY_ACTIVE_ARCH = YES;
232+
SDKROOT = iphoneos;
233+
};
234+
name = Debug;
235+
};
236+
0331CC2016D2BC340037911A /* Release */ = {
237+
isa = XCBuildConfiguration;
238+
buildSettings = {
239+
ALWAYS_SEARCH_USER_PATHS = NO;
240+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
241+
CLANG_CXX_LIBRARY = "libc++";
242+
CLANG_ENABLE_OBJC_ARC = YES;
243+
CLANG_WARN_CONSTANT_CONVERSION = YES;
244+
CLANG_WARN_EMPTY_BODY = YES;
245+
CLANG_WARN_ENUM_CONVERSION = YES;
246+
CLANG_WARN_INT_CONVERSION = YES;
247+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
248+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
249+
COPY_PHASE_STRIP = YES;
250+
GCC_C_LANGUAGE_STANDARD = gnu99;
251+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
252+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
253+
GCC_WARN_UNUSED_VARIABLE = YES;
254+
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
255+
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
256+
SDKROOT = iphoneos;
257+
VALIDATE_PRODUCT = YES;
258+
};
259+
name = Release;
260+
};
261+
0331CC2216D2BC340037911A /* Debug */ = {
262+
isa = XCBuildConfiguration;
263+
buildSettings = {
264+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
265+
GCC_PREFIX_HEADER = "KVC Validation Pattern/KVC Validation Pattern-Prefix.pch";
266+
INFOPLIST_FILE = "KVC Validation Pattern/KVC Validation Pattern-Info.plist";
267+
PRODUCT_NAME = "$(TARGET_NAME)";
268+
WRAPPER_EXTENSION = app;
269+
};
270+
name = Debug;
271+
};
272+
0331CC2316D2BC340037911A /* Release */ = {
273+
isa = XCBuildConfiguration;
274+
buildSettings = {
275+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
276+
GCC_PREFIX_HEADER = "KVC Validation Pattern/KVC Validation Pattern-Prefix.pch";
277+
INFOPLIST_FILE = "KVC Validation Pattern/KVC Validation Pattern-Info.plist";
278+
PRODUCT_NAME = "$(TARGET_NAME)";
279+
WRAPPER_EXTENSION = app;
280+
};
281+
name = Release;
282+
};
283+
/* End XCBuildConfiguration section */
284+
285+
/* Begin XCConfigurationList section */
286+
0331CBF916D2BC330037911A /* Build configuration list for PBXProject "KVC Validation Pattern" */ = {
287+
isa = XCConfigurationList;
288+
buildConfigurations = (
289+
0331CC1F16D2BC340037911A /* Debug */,
290+
0331CC2016D2BC340037911A /* Release */,
291+
);
292+
defaultConfigurationIsVisible = 0;
293+
defaultConfigurationName = Release;
294+
};
295+
0331CC2116D2BC340037911A /* Build configuration list for PBXNativeTarget "KVC Validation Pattern" */ = {
296+
isa = XCConfigurationList;
297+
buildConfigurations = (
298+
0331CC2216D2BC340037911A /* Debug */,
299+
0331CC2316D2BC340037911A /* Release */,
300+
);
301+
defaultConfigurationIsVisible = 0;
302+
};
303+
/* End XCConfigurationList section */
304+
};
305+
rootObject = 0331CBF616D2BC330037911A /* Project object */;
306+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// CTCAppDelegate.h
3+
// KVC Validation Pattern
4+
//
5+
// Created by John Szumski on 2/18/13.
6+
// Copyright (c) 2013 CapTech Consulting. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@class CTCViewController;
12+
13+
@interface CTCAppDelegate : UIResponder <UIApplicationDelegate>
14+
15+
@property (strong, nonatomic) UIWindow *window;
16+
17+
@property (strong, nonatomic) CTCViewController *viewController;
18+
19+
@end
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
//
2+
// CTCAppDelegate.m
3+
// KVC Validation Pattern
4+
//
5+
// Created by John Szumski on 2/18/13.
6+
// Copyright (c) 2013 CapTech Consulting. All rights reserved.
7+
//
8+
9+
#import "CTCAppDelegate.h"
10+
11+
#import "CTCViewController.h"
12+
13+
@implementation CTCAppDelegate
14+
15+
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
16+
{
17+
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
18+
// Override point for customization after application launch.
19+
self.viewController = [[CTCViewController alloc] initWithNibName:@"CTCViewController" bundle:nil];
20+
self.window.rootViewController = self.viewController;
21+
[self.window makeKeyAndVisible];
22+
return YES;
23+
}
24+
25+
- (void)applicationWillResignActive:(UIApplication *)application
26+
{
27+
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
28+
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
29+
}
30+
31+
- (void)applicationDidEnterBackground:(UIApplication *)application
32+
{
33+
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
34+
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
35+
}
36+
37+
- (void)applicationWillEnterForeground:(UIApplication *)application
38+
{
39+
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
40+
}
41+
42+
- (void)applicationDidBecomeActive:(UIApplication *)application
43+
{
44+
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
45+
}
46+
47+
- (void)applicationWillTerminate:(UIApplication *)application
48+
{
49+
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
50+
}
51+
52+
@end
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
//
2+
// CTCViewController.h
3+
// KVC Validation Pattern
4+
//
5+
// Created by John Szumski on 2/18/13.
6+
// Copyright (c) 2013 CapTech Consulting. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@interface CTCViewController : UIViewController <UITableViewDataSource, UITableViewDelegate>
12+
13+
@property(nonatomic,strong) IBOutlet UITableView *tableView;
14+
@property(nonatomic,strong) IBOutlet UIBarButtonItem *viewJSONButton;
15+
@property(nonatomic,strong) IBOutlet UISegmentedControl *responseSegmentedControl;
16+
17+
@end

0 commit comments

Comments
 (0)