61e78fca6c
Previously GAE Channel callbacks would be handled by JS string-encoding the payload into a URL. Unfortunately this is limited to the (undocumented, silently problematic) maximum URL length UIWebView supports. Replaced this scheme by a notification from JS to ObjC and a getter from ObjC to JS (which happens out-of-line to avoid worrying about UIWebView's re-entrancy, or lack thereof). Part of this change also moved from a combination of: JSON, URL-escaping, and ad-hoc :-separated values to simply JSON. Also incidentally: - Removed outdated TODO about onRenegotiationNeeded, which is unneeded - Move handling of PeerConnection callbacks to the main queue to avoid having to think about concurrency too hard. - Replaced a bunch of NSOrderedSame with isEqualToString for clearer code and not having to worry about the fact that [nil compare:@"foo"]==NSOrderedSame is always true (yay ObjC!). - Auto-scroll messages view. BUG=3117 R=noahric@google.com Review URL: https://webrtc-codereview.appspot.com/10899006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5814 4adac7df-926f-26a2-2b94-8c16560cd09d
717 lines
31 KiB
XML
717 lines
31 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00">
|
|
<data>
|
|
<int key="IBDocument.SystemTarget">1536</int>
|
|
<string key="IBDocument.SystemVersion">13B42</string>
|
|
<string key="IBDocument.InterfaceBuilderVersion">4514</string>
|
|
<string key="IBDocument.AppKitVersion">1265</string>
|
|
<string key="IBDocument.HIToolboxVersion">696.00</string>
|
|
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
|
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="NS.object.0">3747</string>
|
|
</object>
|
|
<array key="IBDocument.IntegratedClassDependencies">
|
|
<string>IBNSLayoutConstraint</string>
|
|
<string>IBProxyObject</string>
|
|
<string>IBUITextField</string>
|
|
<string>IBUITextView</string>
|
|
<string>IBUIView</string>
|
|
</array>
|
|
<array key="IBDocument.PluginDependencies">
|
|
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
</array>
|
|
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
|
<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
|
|
<integer value="1" key="NS.object.0"/>
|
|
</object>
|
|
<array class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
|
|
<object class="IBProxyObject" id="372490531">
|
|
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
</object>
|
|
<object class="IBProxyObject" id="843779117">
|
|
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
</object>
|
|
<object class="IBUIView" id="774585933">
|
|
<reference key="NSNextResponder"/>
|
|
<int key="NSvFlags">274</int>
|
|
<array class="NSMutableArray" key="NSSubviews">
|
|
<object class="IBUITextView" id="176994284">
|
|
<reference key="NSNextResponder" ref="774585933"/>
|
|
<int key="NSvFlags">292</int>
|
|
<string key="NSFrame">{{20, 20}, {280, 141}}</string>
|
|
<reference key="NSSuperview" ref="774585933"/>
|
|
<reference key="NSWindow"/>
|
|
<reference key="NSNextKeyView" ref="634862110"/>
|
|
<string key="NSReuseIdentifierKey">_NS:9</string>
|
|
<object class="NSColor" key="IBUIBackgroundColor" id="621995359">
|
|
<int key="NSColorSpace">1</int>
|
|
<bytes key="NSRGB">MSAxIDEAA</bytes>
|
|
</object>
|
|
<bool key="IBUIClipsSubviews">YES</bool>
|
|
<bool key="IBUIUserInteractionEnabled">NO</bool>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
<string key="IBUIText">Use Safari and open a URL with a scheme of apprtc to load the test app and connect. i.e. apprtc://apprtc.appspot.com/?r=12345678 Or just enter the room below to connect to apprtc.</string>
|
|
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
|
|
<int key="IBUIAutocapitalizationType">2</int>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
</object>
|
|
<object class="IBUIFontDescription" key="IBUIFontDescription" id="166497611">
|
|
<int key="type">1</int>
|
|
<double key="pointSize">14</double>
|
|
</object>
|
|
<object class="NSFont" key="IBUIFont" id="144501234">
|
|
<string key="NSName">HelveticaNeue</string>
|
|
<double key="NSSize">14</double>
|
|
<int key="NSfFlags">16</int>
|
|
</object>
|
|
</object>
|
|
<object class="IBUITextField" id="546385578">
|
|
<reference key="NSNextResponder" ref="774585933"/>
|
|
<int key="NSvFlags">292</int>
|
|
<string key="NSFrame">{{20, 180}, {280, 30}}</string>
|
|
<reference key="NSSuperview" ref="774585933"/>
|
|
<reference key="NSWindow"/>
|
|
<reference key="NSNextKeyView" ref="261050959"/>
|
|
<string key="NSReuseIdentifierKey">_NS:9</string>
|
|
<bool key="IBUIOpaque">NO</bool>
|
|
<bool key="IBUIClipsSubviews">YES</bool>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
<int key="IBUIContentVerticalAlignment">0</int>
|
|
<string key="IBUIText"/>
|
|
<int key="IBUIBorderStyle">3</int>
|
|
<string key="IBUIPlaceholder">apprtc room</string>
|
|
<object class="NSColor" key="IBUITextColor">
|
|
<int key="NSColorSpace">3</int>
|
|
<bytes key="NSWhite">MAA</bytes>
|
|
<object class="NSColorSpace" key="NSCustomColorSpace" id="14071810">
|
|
<int key="NSID">2</int>
|
|
</object>
|
|
</object>
|
|
<bool key="IBUIAdjustsFontSizeToFit">YES</bool>
|
|
<float key="IBUIMinimumFontSize">17</float>
|
|
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
|
|
<int key="IBUIKeyboardType">2</int>
|
|
<int key="IBUIReturnKeyType">3</int>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
</object>
|
|
<reference key="IBUIFontDescription" ref="166497611"/>
|
|
<reference key="IBUIFont" ref="144501234"/>
|
|
</object>
|
|
<object class="IBUITextView" id="634862110">
|
|
<reference key="NSNextResponder" ref="774585933"/>
|
|
<int key="NSvFlags">-2147483356</int>
|
|
<string key="NSFrame">{{20, 20}, {280, 190}}</string>
|
|
<reference key="NSSuperview" ref="774585933"/>
|
|
<reference key="NSWindow"/>
|
|
<reference key="NSNextKeyView" ref="546385578"/>
|
|
<string key="NSReuseIdentifierKey">_NS:9</string>
|
|
<reference key="IBUIBackgroundColor" ref="621995359"/>
|
|
<bool key="IBUIClipsSubviews">YES</bool>
|
|
<bool key="IBUIMultipleTouchEnabled">YES</bool>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
<bool key="IBUIEditable">NO</bool>
|
|
<string key="IBUIText"/>
|
|
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
|
|
<int key="IBUIAutocapitalizationType">2</int>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
</object>
|
|
<reference key="IBUIFontDescription" ref="166497611"/>
|
|
<reference key="IBUIFont" ref="144501234"/>
|
|
</object>
|
|
<object class="IBUIView" id="261050959">
|
|
<reference key="NSNextResponder" ref="774585933"/>
|
|
<int key="NSvFlags">-2147483356</int>
|
|
<string key="NSFrame">{{20, 228}, {280, 300}}</string>
|
|
<reference key="NSSuperview" ref="774585933"/>
|
|
<reference key="NSWindow"/>
|
|
<reference key="NSNextKeyView"/>
|
|
<string key="NSReuseIdentifierKey">_NS:9</string>
|
|
<object class="NSColor" key="IBUIBackgroundColor">
|
|
<int key="NSColorSpace">3</int>
|
|
<bytes key="NSWhite">MAA</bytes>
|
|
</object>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
</object>
|
|
</array>
|
|
<string key="NSFrame">{{0, 20}, {320, 548}}</string>
|
|
<reference key="NSSuperview"/>
|
|
<reference key="NSWindow"/>
|
|
<reference key="NSNextKeyView" ref="176994284"/>
|
|
<object class="NSColor" key="IBUIBackgroundColor">
|
|
<int key="NSColorSpace">3</int>
|
|
<bytes key="NSWhite">MC43NQA</bytes>
|
|
<reference key="NSCustomColorSpace" ref="14071810"/>
|
|
</object>
|
|
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
|
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
|
|
<object class="IBUIScreenMetrics" key="IBUISimulatedDestinationMetrics">
|
|
<string key="IBUISimulatedSizeMetricsClass">IBUIScreenMetrics</string>
|
|
<object class="NSMutableDictionary" key="IBUINormalizedOrientationToSizeMap">
|
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
|
<array key="dict.sortedKeys">
|
|
<integer value="1"/>
|
|
<integer value="3"/>
|
|
</array>
|
|
<array key="dict.values">
|
|
<string>{320, 568}</string>
|
|
<string>{568, 320}</string>
|
|
</array>
|
|
</object>
|
|
<string key="IBUITargetRuntime">IBCocoaTouchFramework</string>
|
|
<string key="IBUIDisplayName">Retina 4-inch Full Screen</string>
|
|
<int key="IBUIType">2</int>
|
|
</object>
|
|
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
</object>
|
|
</array>
|
|
<object class="IBObjectContainer" key="IBDocument.Objects">
|
|
<array class="NSMutableArray" key="connectionRecords">
|
|
<object class="IBConnectionRecord">
|
|
<object class="IBCocoaTouchOutletConnection" key="connection">
|
|
<string key="label">view</string>
|
|
<reference key="source" ref="372490531"/>
|
|
<reference key="destination" ref="774585933"/>
|
|
</object>
|
|
<int key="connectionID">7</int>
|
|
</object>
|
|
<object class="IBConnectionRecord">
|
|
<object class="IBCocoaTouchOutletConnection" key="connection">
|
|
<string key="label">roomInput</string>
|
|
<reference key="source" ref="372490531"/>
|
|
<reference key="destination" ref="546385578"/>
|
|
</object>
|
|
<int key="connectionID">108</int>
|
|
</object>
|
|
<object class="IBConnectionRecord">
|
|
<object class="IBCocoaTouchOutletConnection" key="connection">
|
|
<string key="label">instructionsView</string>
|
|
<reference key="source" ref="372490531"/>
|
|
<reference key="destination" ref="176994284"/>
|
|
</object>
|
|
<int key="connectionID">127</int>
|
|
</object>
|
|
<object class="IBConnectionRecord">
|
|
<object class="IBCocoaTouchOutletConnection" key="connection">
|
|
<string key="label">logView</string>
|
|
<reference key="source" ref="372490531"/>
|
|
<reference key="destination" ref="634862110"/>
|
|
</object>
|
|
<int key="connectionID">138</int>
|
|
</object>
|
|
<object class="IBConnectionRecord">
|
|
<object class="IBCocoaTouchOutletConnection" key="connection">
|
|
<string key="label">blackView</string>
|
|
<reference key="source" ref="372490531"/>
|
|
<reference key="destination" ref="261050959"/>
|
|
</object>
|
|
<int key="connectionID">151</int>
|
|
</object>
|
|
</array>
|
|
<object class="IBMutableOrderedSet" key="objectRecords">
|
|
<array key="orderedObjects">
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">0</int>
|
|
<array key="object" id="0"/>
|
|
<reference key="children" ref="1000"/>
|
|
<nil key="parent"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">-1</int>
|
|
<reference key="object" ref="372490531"/>
|
|
<reference key="parent" ref="0"/>
|
|
<string key="objectName">File's Owner</string>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">-2</int>
|
|
<reference key="object" ref="843779117"/>
|
|
<reference key="parent" ref="0"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">6</int>
|
|
<reference key="object" ref="774585933"/>
|
|
<array class="NSMutableArray" key="children">
|
|
<object class="IBNSLayoutConstraint" id="933872207">
|
|
<reference key="firstItem" ref="774585933"/>
|
|
<int key="firstAttribute">4</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="261050959"/>
|
|
<int key="secondAttribute">4</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">8</int>
|
|
<float key="scoringTypeFloat">23</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="863471211">
|
|
<reference key="firstItem" ref="261050959"/>
|
|
<int key="firstAttribute">3</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="774585933"/>
|
|
<int key="secondAttribute">3</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBLayoutConstant" key="constant">
|
|
<double key="value">228</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">3</int>
|
|
<float key="scoringTypeFloat">9</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="590654550">
|
|
<reference key="firstItem" ref="546385578"/>
|
|
<int key="firstAttribute">5</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="261050959"/>
|
|
<int key="secondAttribute">5</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBLayoutConstant" key="constant">
|
|
<double key="value">0.0</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">6</int>
|
|
<float key="scoringTypeFloat">24</float>
|
|
<int key="contentType">2</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="734153049">
|
|
<reference key="firstItem" ref="546385578"/>
|
|
<int key="firstAttribute">6</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="261050959"/>
|
|
<int key="secondAttribute">6</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBLayoutConstant" key="constant">
|
|
<double key="value">0.0</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">6</int>
|
|
<float key="scoringTypeFloat">24</float>
|
|
<int key="contentType">2</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="117610664">
|
|
<reference key="firstItem" ref="774585933"/>
|
|
<int key="firstAttribute">6</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="546385578"/>
|
|
<int key="secondAttribute">6</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">0</int>
|
|
<float key="scoringTypeFloat">29</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="860801955">
|
|
<reference key="firstItem" ref="546385578"/>
|
|
<int key="firstAttribute">5</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="774585933"/>
|
|
<int key="secondAttribute">5</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">0</int>
|
|
<float key="scoringTypeFloat">29</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="544488581">
|
|
<reference key="firstItem" ref="634862110"/>
|
|
<int key="firstAttribute">4</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="546385578"/>
|
|
<int key="secondAttribute">4</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBLayoutConstant" key="constant">
|
|
<double key="value">0.0</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">6</int>
|
|
<float key="scoringTypeFloat">24</float>
|
|
<int key="contentType">2</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="19985792">
|
|
<reference key="firstItem" ref="634862110"/>
|
|
<int key="firstAttribute">3</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="774585933"/>
|
|
<int key="secondAttribute">3</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">0</int>
|
|
<float key="scoringTypeFloat">29</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="1001701893">
|
|
<reference key="firstItem" ref="774585933"/>
|
|
<int key="firstAttribute">6</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="634862110"/>
|
|
<int key="secondAttribute">6</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">0</int>
|
|
<float key="scoringTypeFloat">29</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="858545289">
|
|
<reference key="firstItem" ref="634862110"/>
|
|
<int key="firstAttribute">5</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="774585933"/>
|
|
<int key="secondAttribute">5</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">0</int>
|
|
<float key="scoringTypeFloat">29</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="1039342825">
|
|
<reference key="firstItem" ref="774585933"/>
|
|
<int key="firstAttribute">6</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="176994284"/>
|
|
<int key="secondAttribute">6</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">0</int>
|
|
<float key="scoringTypeFloat">29</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="663764352">
|
|
<reference key="firstItem" ref="176994284"/>
|
|
<int key="firstAttribute">3</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="774585933"/>
|
|
<int key="secondAttribute">3</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">0</int>
|
|
<float key="scoringTypeFloat">29</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<object class="IBNSLayoutConstraint" id="46028745">
|
|
<reference key="firstItem" ref="176994284"/>
|
|
<int key="firstAttribute">5</int>
|
|
<int key="relation">0</int>
|
|
<reference key="secondItem" ref="774585933"/>
|
|
<int key="secondAttribute">5</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBNSLayoutSymbolicConstant" key="constant">
|
|
<double key="value">20</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="774585933"/>
|
|
<int key="scoringType">0</int>
|
|
<float key="scoringTypeFloat">29</float>
|
|
<int key="contentType">3</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
<reference ref="176994284"/>
|
|
<reference ref="546385578"/>
|
|
<reference ref="634862110"/>
|
|
<reference ref="261050959"/>
|
|
</array>
|
|
<reference key="parent" ref="0"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">57</int>
|
|
<reference key="object" ref="176994284"/>
|
|
<array class="NSMutableArray" key="children">
|
|
<object class="IBNSLayoutConstraint" id="234302232">
|
|
<reference key="firstItem" ref="176994284"/>
|
|
<int key="firstAttribute">8</int>
|
|
<int key="relation">0</int>
|
|
<nil key="secondItem"/>
|
|
<int key="secondAttribute">0</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBLayoutConstant" key="constant">
|
|
<double key="value">141</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="176994284"/>
|
|
<int key="scoringType">3</int>
|
|
<float key="scoringTypeFloat">9</float>
|
|
<int key="contentType">1</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
</array>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">62</int>
|
|
<reference key="object" ref="46028745"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">63</int>
|
|
<reference key="object" ref="663764352"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">66</int>
|
|
<reference key="object" ref="1039342825"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">104</int>
|
|
<reference key="object" ref="546385578"/>
|
|
<array class="NSMutableArray" key="children"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">107</int>
|
|
<reference key="object" ref="860801955"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">123</int>
|
|
<reference key="object" ref="234302232"/>
|
|
<reference key="parent" ref="176994284"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">126</int>
|
|
<reference key="object" ref="117610664"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">128</int>
|
|
<reference key="object" ref="634862110"/>
|
|
<array class="NSMutableArray" key="children">
|
|
<object class="IBNSLayoutConstraint" id="988159807">
|
|
<reference key="firstItem" ref="634862110"/>
|
|
<int key="firstAttribute">8</int>
|
|
<int key="relation">0</int>
|
|
<nil key="secondItem"/>
|
|
<int key="secondAttribute">0</int>
|
|
<float key="multiplier">1</float>
|
|
<object class="IBLayoutConstant" key="constant">
|
|
<double key="value">190</double>
|
|
</object>
|
|
<float key="priority">1000</float>
|
|
<reference key="containingView" ref="634862110"/>
|
|
<int key="scoringType">3</int>
|
|
<float key="scoringTypeFloat">9</float>
|
|
<int key="contentType">1</int>
|
|
<bool key="placeholder">NO</bool>
|
|
</object>
|
|
</array>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">133</int>
|
|
<reference key="object" ref="858545289"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">137</int>
|
|
<reference key="object" ref="1001701893"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">139</int>
|
|
<reference key="object" ref="19985792"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">141</int>
|
|
<reference key="object" ref="988159807"/>
|
|
<reference key="parent" ref="634862110"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">142</int>
|
|
<reference key="object" ref="261050959"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">148</int>
|
|
<reference key="object" ref="734153049"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">149</int>
|
|
<reference key="object" ref="590654550"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">153</int>
|
|
<reference key="object" ref="863471211"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">154</int>
|
|
<reference key="object" ref="933872207"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
<object class="IBObjectRecord">
|
|
<int key="objectID">155</int>
|
|
<reference key="object" ref="544488581"/>
|
|
<reference key="parent" ref="774585933"/>
|
|
</object>
|
|
</array>
|
|
</object>
|
|
<dictionary class="NSMutableDictionary" key="flattenedProperties">
|
|
<string key="-1.CustomClassName">APPRTCViewController</string>
|
|
<string key="-1.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="-2.CustomClassName">UIResponder</string>
|
|
<string key="-2.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="104.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<boolean value="NO" key="104.IBViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
|
|
<string key="107.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="123.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="126.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="128.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<array key="128.IBViewMetadataConstraints">
|
|
<reference ref="988159807"/>
|
|
</array>
|
|
<boolean value="NO" key="128.IBViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
|
|
<string key="133.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="137.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="139.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="141.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="142.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<boolean value="NO" key="142.IBViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
|
|
<string key="148.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="149.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="153.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="154.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="155.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="57.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<array class="NSMutableArray" key="57.IBViewMetadataConstraints">
|
|
<reference ref="234302232"/>
|
|
</array>
|
|
<boolean value="NO" key="57.IBViewMetadataTranslatesAutoresizingMaskIntoConstraints"/>
|
|
<string key="6.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<array class="NSMutableArray" key="6.IBViewMetadataConstraints">
|
|
<reference ref="46028745"/>
|
|
<reference ref="663764352"/>
|
|
<reference ref="1039342825"/>
|
|
<reference ref="858545289"/>
|
|
<reference ref="1001701893"/>
|
|
<reference ref="19985792"/>
|
|
<reference ref="544488581"/>
|
|
<reference ref="860801955"/>
|
|
<reference ref="117610664"/>
|
|
<reference ref="734153049"/>
|
|
<reference ref="590654550"/>
|
|
<reference ref="863471211"/>
|
|
<reference ref="933872207"/>
|
|
</array>
|
|
<string key="62.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="63.IBPluginDependency">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
|
<string key="66.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">155</int>
|
|
</object>
|
|
<object class="IBClassDescriber" key="IBDocument.Classes">
|
|
<array class="NSMutableArray" key="referencedPartialClassDescriptions">
|
|
<object class="IBPartialClassDescription">
|
|
<string key="className">APPRTCViewController</string>
|
|
<string key="superclassName">UIViewController</string>
|
|
<dictionary class="NSMutableDictionary" key="outlets">
|
|
<string key="blackView">UIView</string>
|
|
<string key="roomInput">UITextField</string>
|
|
<string key="instructionsView">UITextView</string>
|
|
<string key="logView">UITextView</string>
|
|
</dictionary>
|
|
<dictionary class="NSMutableDictionary" key="toOneOutletInfosByName">
|
|
<object class="IBToOneOutletInfo" key="blackView">
|
|
<string key="name">blackView</string>
|
|
<string key="candidateClassName">UIView</string>
|
|
</object>
|
|
<object class="IBToOneOutletInfo" key="roomInput">
|
|
<string key="name">roomInput</string>
|
|
<string key="candidateClassName">UITextField</string>
|
|
</object>
|
|
<object class="IBToOneOutletInfo" key="instructionsView">
|
|
<string key="name">instructionsView</string>
|
|
<string key="candidateClassName">UITextView</string>
|
|
</object>
|
|
<object class="IBToOneOutletInfo" key="logView">
|
|
<string key="name">logView</string>
|
|
<string key="candidateClassName">UITextView</string>
|
|
</object>
|
|
</dictionary>
|
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
|
<string key="majorKey">IBProjectSource</string>
|
|
<string key="minorKey">./Classes/APPRTCViewController.h</string>
|
|
</object>
|
|
</object>
|
|
<object class="IBPartialClassDescription">
|
|
<string key="className">NSLayoutConstraint</string>
|
|
<string key="superclassName">NSObject</string>
|
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
|
<string key="majorKey">IBProjectSource</string>
|
|
<string key="minorKey">./Classes/NSLayoutConstraint.h</string>
|
|
</object>
|
|
</object>
|
|
</array>
|
|
</object>
|
|
<int key="IBDocument.localizationMode">0</int>
|
|
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
|
<bool key="IBDocument.previouslyAttemptedUpgradeToXcode5">YES</bool>
|
|
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
|
|
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
|
|
<real value="1536" key="NS.object.0"/>
|
|
</object>
|
|
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
|
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
|
|
<integer value="4600" key="NS.object.0"/>
|
|
</object>
|
|
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
|
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
|
<bool key="IBDocument.UseAutolayout">YES</bool>
|
|
<string key="IBCocoaTouchPluginVersion">3747</string>
|
|
</data>
|
|
</archive>
|