Kaydet (Commit) 8ee20962 authored tarafından siqi's avatar siqi

Load image when fetched from server automatically

üst 03fd884b
......@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment