summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorsiqi <me@siqi.fr>2013-06-17 21:31:21 +0200
committersiqi <me@siqi.fr>2013-06-18 00:20:02 +0200
commit8ee20962ac4eb75798a4ea3b22a5361e0d0d50cb (patch)
treedbf37cd07f49f956b483bf4f406d3081c215a741 /ios
parent03fd884b6ea89ff12ae0a2750a7600a75859c39e (diff)
Load image when fetched from server automatically
Diffstat (limited to 'ios')
-rw-r--r--ios/iosremote/iosremote/en.lproj/MainStoryboard_iPad.storyboard22
1 files changed, 21 insertions, 1 deletions
diff --git a/ios/iosremote/iosremote/en.lproj/MainStoryboard_iPad.storyboard b/ios/iosremote/iosremote/en.lproj/MainStoryboard_iPad.storyboard
index e9efbc9aa730..8a373a57113e 100644
--- a/ios/iosremote/iosremote/en.lproj/MainStoryboard_iPad.storyboard
+++ b/ios/iosremote/iosremote/en.lproj/MainStoryboard_iPad.storyboard
@@ -12,7 +12,7 @@
<rect key="frame" x="0.0" y="64" width="768" height="916"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="192.168.0.22" borderStyle="roundedRect" minimumFontSize="17" id="9w1-Ym-HcF">
+ <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="192.168.40.101" borderStyle="roundedRect" minimumFontSize="17" id="9w1-Ym-HcF">
<rect key="frame" x="234" y="402" width="301" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
@@ -174,6 +174,26 @@
<point key="canvasLocation" x="3804" y="-569"/>
</scene>
</scenes>
+ <classes>
+ <class className="libreoffice_sdremoteViewController" superclassName="UIViewController">
+ <source key="sourceIdentifier" type="project" relativePath="./Classes/libreoffice_sdremoteViewController.h"/>
+ <relationships>
+ <relationship kind="action" name="connectToServer:"/>
+ <relationship kind="action" name="startPresentation:"/>
+ <relationship kind="outlet" name="ipAddressTextEdit" candidateClass="UITextField"/>
+ <relationship kind="outlet" name="pinLabel" candidateClass="UILabel"/>
+ </relationships>
+ </class>
+ <class className="slideShowViewController" superclassName="UIViewController">
+ <source key="sourceIdentifier" type="project" relativePath="./Classes/slideShowViewController.h"/>
+ <relationships>
+ <relationship kind="action" name="nextSlide:"/>
+ <relationship kind="action" name="previousSlide:"/>
+ <relationship kind="outlet" name="image" candidateClass="UIImageView"/>
+ <relationship kind="outlet" name="lecturer_notes" candidateClass="UIWebView"/>
+ </relationships>
+ </class>
+ </classes>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar" statusBarStyle="blackTranslucent"/>
<simulatedOrientationMetrics key="orientation"/>