author | koda |
Sun, 16 May 2010 17:23:30 +0000 | |
changeset 3463 | 23c50be687a9 |
parent 3385 | 361bd29293f4 |
permissions | -rw-r--r-- |
3356 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="7.10"> |
|
3 |
<data> |
|
3361 | 4 |
<int key="IBDocument.SystemTarget">800</int> |
3356 | 5 |
<string key="IBDocument.SystemVersion">10D573</string> |
6 |
<string key="IBDocument.InterfaceBuilderVersion">762</string> |
|
7 |
<string key="IBDocument.AppKitVersion">1038.29</string> |
|
8 |
<string key="IBDocument.HIToolboxVersion">460.00</string> |
|
9 |
<object class="NSMutableDictionary" key="IBDocument.PluginVersions"> |
|
10 |
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> |
|
11 |
<string key="NS.object.0">87</string> |
|
12 |
</object> |
|
13 |
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> |
|
14 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
15 |
</object> |
|
16 |
<object class="NSArray" key="IBDocument.PluginDependencies"> |
|
17 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
18 |
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> |
|
19 |
</object> |
|
20 |
<object class="NSMutableDictionary" key="IBDocument.Metadata"> |
|
21 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
22 |
<object class="NSArray" key="dict.sortedKeys" id="0"> |
|
23 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
24 |
</object> |
|
25 |
<object class="NSMutableArray" key="dict.values"> |
|
26 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
27 |
</object> |
|
28 |
</object> |
|
29 |
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> |
|
30 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
31 |
<object class="IBProxyObject" id="841351856"> |
|
32 |
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string> |
|
33 |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> |
|
34 |
</object> |
|
35 |
<object class="IBProxyObject" id="606714003"> |
|
36 |
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string> |
|
37 |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> |
|
38 |
</object> |
|
39 |
<object class="IBUIView" id="766721923"> |
|
3385 | 40 |
<nil key="NSNextResponder"/> |
3356 | 41 |
<int key="NSvFlags">292</int> |
42 |
<object class="NSMutableArray" key="NSSubviews"> |
|
43 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
44 |
<object class="IBUIToolbar" id="836721772"> |
3361 | 45 |
<reference key="NSNextResponder" ref="766721923"/> |
46 |
<int key="NSvFlags">266</int> |
|
47 |
<string key="NSFrame">{{0, 724}, {1024, 44}}</string> |
|
48 |
<reference key="NSSuperview" ref="766721923"/> |
|
49 |
<bool key="IBUIOpaque">NO</bool> |
|
50 |
<bool key="IBUIClearsContextBeforeDrawing">NO</bool> |
|
51 |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> |
|
52 |
<object class="NSMutableArray" key="IBUIItems"> |
|
53 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
54 |
<object class="IBUIBarButtonItem" id="80281356"> |
3361 | 55 |
<string key="IBUITitle">Back</string> |
56 |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> |
|
57 |
<int key="IBUIStyle">1</int> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
58 |
<reference key="IBUIToolbar" ref="836721772"/> |
3361 | 59 |
</object> |
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
60 |
<object class="IBUIBarButtonItem" id="716161941"> |
3361 | 61 |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> |
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
62 |
<reference key="IBUIToolbar" ref="836721772"/> |
3361 | 63 |
<int key="IBUISystemItemIdentifier">5</int> |
64 |
</object> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
65 |
<object class="IBUIBarButtonItem" id="919181414"> |
3361 | 66 |
<int key="IBUITag">1</int> |
67 |
<string key="IBUITitle">Start Game</string> |
|
68 |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
69 |
<float key="IBUIWidth">90</float> |
3361 | 70 |
<int key="IBUIStyle">2</int> |
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
71 |
<reference key="IBUIToolbar" ref="836721772"/> |
3361 | 72 |
</object> |
73 |
</object> |
|
74 |
</object> |
|
3356 | 75 |
</object> |
76 |
<string key="NSFrameSize">{1024, 768}</string> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
77 |
<object class="NSColor" key="IBUIBackgroundColor"> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
78 |
<int key="NSColorSpace">3</int> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
79 |
<bytes key="NSWhite">MQA</bytes> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
80 |
</object> |
3356 | 81 |
<bool key="IBUIClearsContextBeforeDrawing">NO</bool> |
82 |
<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics"> |
|
83 |
<int key="interfaceOrientation">3</int> |
|
84 |
</object> |
|
85 |
<string key="targetRuntimeIdentifier">IBIPadFramework</string> |
|
86 |
</object> |
|
87 |
</object> |
|
88 |
<object class="IBObjectContainer" key="IBDocument.Objects"> |
|
89 |
<object class="NSMutableArray" key="connectionRecords"> |
|
90 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
91 |
<object class="IBConnectionRecord"> |
|
92 |
<object class="IBCocoaTouchOutletConnection" key="connection"> |
|
93 |
<string key="label">view</string> |
|
94 |
<reference key="source" ref="841351856"/> |
|
95 |
<reference key="destination" ref="766721923"/> |
|
96 |
</object> |
|
97 |
<int key="connectionID">3</int> |
|
98 |
</object> |
|
99 |
<object class="IBConnectionRecord"> |
|
3361 | 100 |
<object class="IBCocoaTouchEventConnection" key="connection"> |
101 |
<string key="label">buttonPressed:</string> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
102 |
<reference key="source" ref="80281356"/> |
3361 | 103 |
<reference key="destination" ref="841351856"/> |
3356 | 104 |
</object> |
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
105 |
<int key="connectionID">17</int> |
3356 | 106 |
</object> |
107 |
<object class="IBConnectionRecord"> |
|
108 |
<object class="IBCocoaTouchEventConnection" key="connection"> |
|
109 |
<string key="label">buttonPressed:</string> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
110 |
<reference key="source" ref="919181414"/> |
3356 | 111 |
<reference key="destination" ref="841351856"/> |
112 |
</object> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
113 |
<int key="connectionID">23</int> |
3356 | 114 |
</object> |
115 |
</object> |
|
116 |
<object class="IBMutableOrderedSet" key="objectRecords"> |
|
117 |
<object class="NSArray" key="orderedObjects"> |
|
118 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
119 |
<object class="IBObjectRecord"> |
|
120 |
<int key="objectID">0</int> |
|
121 |
<reference key="object" ref="0"/> |
|
122 |
<reference key="children" ref="1000"/> |
|
123 |
<nil key="parent"/> |
|
124 |
</object> |
|
125 |
<object class="IBObjectRecord"> |
|
126 |
<int key="objectID">-1</int> |
|
127 |
<reference key="object" ref="841351856"/> |
|
128 |
<reference key="parent" ref="0"/> |
|
129 |
<string key="objectName">File's Owner</string> |
|
130 |
</object> |
|
131 |
<object class="IBObjectRecord"> |
|
132 |
<int key="objectID">-2</int> |
|
133 |
<reference key="object" ref="606714003"/> |
|
134 |
<reference key="parent" ref="0"/> |
|
135 |
</object> |
|
136 |
<object class="IBObjectRecord"> |
|
137 |
<int key="objectID">2</int> |
|
138 |
<reference key="object" ref="766721923"/> |
|
139 |
<object class="NSMutableArray" key="children"> |
|
140 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
141 |
<reference ref="836721772"/> |
3356 | 142 |
</object> |
143 |
<reference key="parent" ref="0"/> |
|
144 |
</object> |
|
145 |
<object class="IBObjectRecord"> |
|
3361 | 146 |
<int key="objectID">15</int> |
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
147 |
<reference key="object" ref="836721772"/> |
3361 | 148 |
<object class="NSMutableArray" key="children"> |
149 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
150 |
<reference ref="80281356"/> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
151 |
<reference ref="919181414"/> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
152 |
<reference ref="716161941"/> |
3361 | 153 |
</object> |
154 |
<reference key="parent" ref="766721923"/> |
|
155 |
</object> |
|
156 |
<object class="IBObjectRecord"> |
|
157 |
<int key="objectID">16</int> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
158 |
<reference key="object" ref="80281356"/> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
159 |
<reference key="parent" ref="836721772"/> |
3361 | 160 |
</object> |
161 |
<object class="IBObjectRecord"> |
|
162 |
<int key="objectID">18</int> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
163 |
<reference key="object" ref="919181414"/> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
164 |
<reference key="parent" ref="836721772"/> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
165 |
</object> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
166 |
<object class="IBObjectRecord"> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
167 |
<int key="objectID">22</int> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
168 |
<reference key="object" ref="716161941"/> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
169 |
<reference key="parent" ref="836721772"/> |
3361 | 170 |
</object> |
3356 | 171 |
</object> |
172 |
</object> |
|
173 |
<object class="NSMutableDictionary" key="flattenedProperties"> |
|
174 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
175 |
<object class="NSArray" key="dict.sortedKeys"> |
|
176 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
177 |
<string>-1.CustomClassName</string> |
|
178 |
<string>-2.CustomClassName</string> |
|
3361 | 179 |
<string>15.IBPluginDependency</string> |
180 |
<string>16.IBPluginDependency</string> |
|
181 |
<string>18.IBPluginDependency</string> |
|
3356 | 182 |
<string>2.IBEditorWindowLastContentRect</string> |
183 |
<string>2.IBPluginDependency</string> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
184 |
<string>22.IBPluginDependency</string> |
3356 | 185 |
</object> |
186 |
<object class="NSMutableArray" key="dict.values"> |
|
187 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
188 |
<string>GameConfigViewController</string> |
|
189 |
<string>UIResponder</string> |
|
190 |
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> |
|
191 |
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> |
|
192 |
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> |
|
3463 | 193 |
<string>{{285, -28}, {1024, 768}}</string> |
3356 | 194 |
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> |
195 |
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string> |
|
196 |
</object> |
|
197 |
</object> |
|
198 |
<object class="NSMutableDictionary" key="unlocalizedProperties"> |
|
199 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
200 |
<reference key="dict.sortedKeys" ref="0"/> |
|
201 |
<object class="NSMutableArray" key="dict.values"> |
|
202 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
203 |
</object> |
|
204 |
</object> |
|
205 |
<nil key="activeLocalization"/> |
|
206 |
<object class="NSMutableDictionary" key="localizations"> |
|
207 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
208 |
<reference key="dict.sortedKeys" ref="0"/> |
|
209 |
<object class="NSMutableArray" key="dict.values"> |
|
210 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
211 |
</object> |
|
212 |
</object> |
|
213 |
<nil key="sourceID"/> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
214 |
<int key="maxID">29</int> |
3356 | 215 |
</object> |
216 |
<object class="IBClassDescriber" key="IBDocument.Classes"> |
|
217 |
<object class="NSMutableArray" key="referencedPartialClassDescriptions"> |
|
218 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
219 |
<object class="IBPartialClassDescription"> |
|
220 |
<string key="className">GameConfigViewController</string> |
|
221 |
<string key="superclassName">UIViewController</string> |
|
222 |
<object class="NSMutableDictionary" key="actions"> |
|
223 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
224 |
<object class="NSArray" key="dict.sortedKeys"> |
|
225 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
226 |
<string>buttonPressed:</string> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
227 |
<string>segmentPressed:</string> |
3356 | 228 |
</object> |
229 |
<object class="NSMutableArray" key="dict.values"> |
|
230 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
231 |
<string>id</string> |
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
232 |
<string>id</string> |
3356 | 233 |
</object> |
234 |
</object> |
|
235 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
236 |
<string key="majorKey">IBProjectSource</string> |
|
237 |
<string key="minorKey">../../cocoaTouch/GameConfigViewController.h</string> |
|
238 |
</object> |
|
239 |
</object> |
|
240 |
</object> |
|
241 |
<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+"> |
|
242 |
<bool key="EncodedWithXMLCoder">YES</bool> |
|
243 |
<object class="IBPartialClassDescription"> |
|
244 |
<string key="className">NSObject</string> |
|
245 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
246 |
<string key="majorKey">IBFrameworkSource</string> |
|
247 |
<string key="minorKey">Foundation.framework/Headers/NSError.h</string> |
|
248 |
</object> |
|
249 |
</object> |
|
250 |
<object class="IBPartialClassDescription"> |
|
251 |
<string key="className">NSObject</string> |
|
252 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
253 |
<string key="majorKey">IBFrameworkSource</string> |
|
254 |
<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> |
|
255 |
</object> |
|
256 |
</object> |
|
257 |
<object class="IBPartialClassDescription"> |
|
258 |
<string key="className">NSObject</string> |
|
259 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
260 |
<string key="majorKey">IBFrameworkSource</string> |
|
261 |
<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> |
|
262 |
</object> |
|
263 |
</object> |
|
264 |
<object class="IBPartialClassDescription"> |
|
265 |
<string key="className">NSObject</string> |
|
266 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
267 |
<string key="majorKey">IBFrameworkSource</string> |
|
268 |
<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> |
|
269 |
</object> |
|
270 |
</object> |
|
271 |
<object class="IBPartialClassDescription"> |
|
272 |
<string key="className">NSObject</string> |
|
273 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
274 |
<string key="majorKey">IBFrameworkSource</string> |
|
275 |
<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> |
|
276 |
</object> |
|
277 |
</object> |
|
278 |
<object class="IBPartialClassDescription"> |
|
279 |
<string key="className">NSObject</string> |
|
280 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
281 |
<string key="majorKey">IBFrameworkSource</string> |
|
282 |
<string key="minorKey">Foundation.framework/Headers/NSNetServices.h</string> |
|
283 |
</object> |
|
284 |
</object> |
|
285 |
<object class="IBPartialClassDescription"> |
|
286 |
<string key="className">NSObject</string> |
|
287 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
288 |
<string key="majorKey">IBFrameworkSource</string> |
|
289 |
<string key="minorKey">Foundation.framework/Headers/NSObject.h</string> |
|
290 |
</object> |
|
291 |
</object> |
|
292 |
<object class="IBPartialClassDescription"> |
|
293 |
<string key="className">NSObject</string> |
|
294 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
295 |
<string key="majorKey">IBFrameworkSource</string> |
|
296 |
<string key="minorKey">Foundation.framework/Headers/NSPort.h</string> |
|
297 |
</object> |
|
298 |
</object> |
|
299 |
<object class="IBPartialClassDescription"> |
|
300 |
<string key="className">NSObject</string> |
|
301 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
302 |
<string key="majorKey">IBFrameworkSource</string> |
|
303 |
<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> |
|
304 |
</object> |
|
305 |
</object> |
|
306 |
<object class="IBPartialClassDescription"> |
|
307 |
<string key="className">NSObject</string> |
|
308 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
309 |
<string key="majorKey">IBFrameworkSource</string> |
|
310 |
<string key="minorKey">Foundation.framework/Headers/NSStream.h</string> |
|
311 |
</object> |
|
312 |
</object> |
|
313 |
<object class="IBPartialClassDescription"> |
|
314 |
<string key="className">NSObject</string> |
|
315 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
316 |
<string key="majorKey">IBFrameworkSource</string> |
|
317 |
<string key="minorKey">Foundation.framework/Headers/NSThread.h</string> |
|
318 |
</object> |
|
319 |
</object> |
|
320 |
<object class="IBPartialClassDescription"> |
|
321 |
<string key="className">NSObject</string> |
|
322 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
323 |
<string key="majorKey">IBFrameworkSource</string> |
|
324 |
<string key="minorKey">Foundation.framework/Headers/NSURL.h</string> |
|
325 |
</object> |
|
326 |
</object> |
|
327 |
<object class="IBPartialClassDescription"> |
|
328 |
<string key="className">NSObject</string> |
|
329 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
330 |
<string key="majorKey">IBFrameworkSource</string> |
|
331 |
<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string> |
|
332 |
</object> |
|
333 |
</object> |
|
334 |
<object class="IBPartialClassDescription"> |
|
335 |
<string key="className">NSObject</string> |
|
336 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
337 |
<string key="majorKey">IBFrameworkSource</string> |
|
338 |
<string key="minorKey">Foundation.framework/Headers/NSXMLParser.h</string> |
|
339 |
</object> |
|
340 |
</object> |
|
341 |
<object class="IBPartialClassDescription"> |
|
342 |
<string key="className">NSObject</string> |
|
343 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
344 |
<string key="majorKey">IBFrameworkSource</string> |
|
345 |
<string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string> |
|
346 |
</object> |
|
347 |
</object> |
|
348 |
<object class="IBPartialClassDescription"> |
|
349 |
<string key="className">NSObject</string> |
|
350 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
351 |
<string key="majorKey">IBFrameworkSource</string> |
|
352 |
<string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string> |
|
353 |
</object> |
|
354 |
</object> |
|
355 |
<object class="IBPartialClassDescription"> |
|
356 |
<string key="className">NSObject</string> |
|
357 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
358 |
<string key="majorKey">IBFrameworkSource</string> |
|
359 |
<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string> |
|
360 |
</object> |
|
361 |
</object> |
|
362 |
<object class="IBPartialClassDescription"> |
|
363 |
<string key="className">NSObject</string> |
|
364 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
365 |
<string key="majorKey">IBFrameworkSource</string> |
|
366 |
<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string> |
|
367 |
</object> |
|
368 |
</object> |
|
369 |
<object class="IBPartialClassDescription"> |
|
370 |
<string key="className">NSObject</string> |
|
371 |
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="786211723"> |
|
372 |
<string key="majorKey">IBFrameworkSource</string> |
|
373 |
<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string> |
|
374 |
</object> |
|
375 |
</object> |
|
376 |
<object class="IBPartialClassDescription"> |
|
3361 | 377 |
<string key="className">UIBarButtonItem</string> |
378 |
<string key="superclassName">UIBarItem</string> |
|
379 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
380 |
<string key="majorKey">IBFrameworkSource</string> |
|
381 |
<string key="minorKey">UIKit.framework/Headers/UIBarButtonItem.h</string> |
|
382 |
</object> |
|
383 |
</object> |
|
384 |
<object class="IBPartialClassDescription"> |
|
385 |
<string key="className">UIBarItem</string> |
|
386 |
<string key="superclassName">NSObject</string> |
|
387 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
388 |
<string key="majorKey">IBFrameworkSource</string> |
|
389 |
<string key="minorKey">UIKit.framework/Headers/UIBarItem.h</string> |
|
390 |
</object> |
|
391 |
</object> |
|
392 |
<object class="IBPartialClassDescription"> |
|
3356 | 393 |
<string key="className">UIResponder</string> |
394 |
<string key="superclassName">NSObject</string> |
|
395 |
<reference key="sourceIdentifier" ref="786211723"/> |
|
396 |
</object> |
|
397 |
<object class="IBPartialClassDescription"> |
|
398 |
<string key="className">UISearchBar</string> |
|
399 |
<string key="superclassName">UIView</string> |
|
400 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
401 |
<string key="majorKey">IBFrameworkSource</string> |
|
402 |
<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string> |
|
403 |
</object> |
|
404 |
</object> |
|
405 |
<object class="IBPartialClassDescription"> |
|
406 |
<string key="className">UISearchDisplayController</string> |
|
407 |
<string key="superclassName">NSObject</string> |
|
408 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
409 |
<string key="majorKey">IBFrameworkSource</string> |
|
410 |
<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string> |
|
411 |
</object> |
|
412 |
</object> |
|
413 |
<object class="IBPartialClassDescription"> |
|
3361 | 414 |
<string key="className">UIToolbar</string> |
415 |
<string key="superclassName">UIView</string> |
|
416 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
417 |
<string key="majorKey">IBFrameworkSource</string> |
|
418 |
<string key="minorKey">UIKit.framework/Headers/UIToolbar.h</string> |
|
419 |
</object> |
|
420 |
</object> |
|
421 |
<object class="IBPartialClassDescription"> |
|
3356 | 422 |
<string key="className">UIView</string> |
423 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
424 |
<string key="majorKey">IBFrameworkSource</string> |
|
425 |
<string key="minorKey">UIKit.framework/Headers/UITextField.h</string> |
|
426 |
</object> |
|
427 |
</object> |
|
428 |
<object class="IBPartialClassDescription"> |
|
429 |
<string key="className">UIView</string> |
|
430 |
<string key="superclassName">UIResponder</string> |
|
431 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
432 |
<string key="majorKey">IBFrameworkSource</string> |
|
433 |
<string key="minorKey">UIKit.framework/Headers/UIView.h</string> |
|
434 |
</object> |
|
435 |
</object> |
|
436 |
<object class="IBPartialClassDescription"> |
|
437 |
<string key="className">UIViewController</string> |
|
438 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
439 |
<string key="majorKey">IBFrameworkSource</string> |
|
440 |
<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string> |
|
441 |
</object> |
|
442 |
</object> |
|
443 |
<object class="IBPartialClassDescription"> |
|
444 |
<string key="className">UIViewController</string> |
|
445 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
446 |
<string key="majorKey">IBFrameworkSource</string> |
|
3361 | 447 |
<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string> |
448 |
</object> |
|
449 |
</object> |
|
450 |
<object class="IBPartialClassDescription"> |
|
451 |
<string key="className">UIViewController</string> |
|
452 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
453 |
<string key="majorKey">IBFrameworkSource</string> |
|
454 |
<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string> |
|
455 |
</object> |
|
456 |
</object> |
|
457 |
<object class="IBPartialClassDescription"> |
|
458 |
<string key="className">UIViewController</string> |
|
459 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
460 |
<string key="majorKey">IBFrameworkSource</string> |
|
3356 | 461 |
<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string> |
462 |
</object> |
|
463 |
</object> |
|
464 |
<object class="IBPartialClassDescription"> |
|
465 |
<string key="className">UIViewController</string> |
|
466 |
<string key="superclassName">UIResponder</string> |
|
467 |
<object class="IBClassDescriptionSource" key="sourceIdentifier"> |
|
468 |
<string key="majorKey">IBFrameworkSource</string> |
|
469 |
<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string> |
|
470 |
</object> |
|
471 |
</object> |
|
472 |
</object> |
|
473 |
</object> |
|
474 |
<int key="IBDocument.localizationMode">0</int> |
|
475 |
<string key="IBDocument.TargetRuntimeIdentifier">IBIPadFramework</string> |
|
476 |
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> |
|
477 |
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string> |
|
3361 | 478 |
<integer value="800" key="NS.object.0"/> |
3356 | 479 |
</object> |
480 |
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> |
|
481 |
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string> |
|
482 |
<integer value="3100" key="NS.object.0"/> |
|
483 |
</object> |
|
484 |
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> |
|
3374
0d522416d97f
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
koda
parents:
3361
diff
changeset
|
485 |
<string key="IBDocument.LastKnownRelativeProjectPath">../../project_files/HedgewarsMobile/Hedgewars.xcodeproj</string> |
3356 | 486 |
<int key="IBDocument.defaultPropertyAccessControl">3</int> |
487 |
<string key="IBCocoaTouchPluginVersion">87</string> |
|
488 |
</data> |
|
489 |
</archive> |