Skip to content

Commit

Permalink
Fix a strange issue that appears only on the iPhone simulator 4.3 (wo…
Browse files Browse the repository at this point in the history
…rks on older simulator and the device).
  • Loading branch information
gcamp committed Jun 2, 2011
1 parent f70410d commit 7644a97
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Demo/DemoViewController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
<data>
<int key="IBDocument.SystemTarget">1056</int>
<string key="IBDocument.SystemVersion">10J869</string>
<string key="IBDocument.InterfaceBuilderVersion">1306</string>
<string key="IBDocument.AppKitVersion">1038.35</string>
<string key="IBDocument.HIToolboxVersion">461.00</string>
<string key="IBDocument.SystemVersion">11A459e</string>
<string key="IBDocument.InterfaceBuilderVersion">1565</string>
<string key="IBDocument.AppKitVersion">1121.2</string>
<string key="IBDocument.HIToolboxVersion">557.00</string>
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
<string key="NS.object.0">301</string>
<string key="NS.object.0">521</string>
</object>
<object class="NSArray" key="IBDocument.IntegratedClassDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
Expand Down Expand Up @@ -202,6 +202,7 @@
<bool key="IBUIAdjustsFontSizeToFit">YES</bool>
<float key="IBUIMinimumFontSize">17</float>
<object class="IBUITextInputTraits" key="IBUITextInputTraits">
<int key="IBUIAutocorrectionType">1</int>
<int key="IBUIReturnKeyType">9</int>
<bool key="IBUIEnablesReturnKeyAutomatically">YES</bool>
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
Expand Down Expand Up @@ -609,6 +610,6 @@
</object>
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
<int key="IBDocument.defaultPropertyAccessControl">3</int>
<string key="IBCocoaTouchPluginVersion">301</string>
<string key="IBCocoaTouchPluginVersion">521</string>
</data>
</archive>

0 comments on commit 7644a97

Please sign in to comment.